1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00
Pixelorama/src/Tools/BaseTool.tscn
Variable 54604fa0af
Allow Internal extensions (#963)
* Moved tools to Extension

* removed accidental change

* code re-arrangement

* some improvements

* Restored tools and some improvements

* typo

* re-arranged tools

* formatting
2023-12-20 16:23:20 +02:00

22 lines
556 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://ctfgfelg0sho8"]
[ext_resource type="Script" path="res://src/Tools/BaseTool.gd" id="1"]
[node name="ToolOptions" type="VBoxContainer"]
offset_left = 7.0
offset_top = 7.0
offset_right = 123.0
offset_bottom = 65.0
size_flags_horizontal = 3
script = ExtResource("1")
[node name="ColorRect" type="ColorRect" parent="."]
custom_minimum_size = Vector2(0, 4)
layout_mode = 2
[node name="Label" type="Label" parent="."]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "Tool Name"
horizontal_alignment = 1