mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-14 07:15:19 +00:00
* Refactoring tools * Remove unused code * Fixed some inferring errors and added translations * Attempt to fix some Script Errors found in the CI workflow * Fix bucket crash. * Fix static type convert. Co-authored-by: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com>
20 lines
522 B
Text
20 lines
522 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://src/Tools/Base.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://src/Tools/RectSelect.gd" type="Script" id=2]
|
|
|
|
[node name="ToolOptions" instance=ExtResource( 1 )]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="PixelPerfect" parent="." index="1"]
|
|
visible = false
|
|
|
|
[node name="EmptySpacer" parent="." index="2"]
|
|
visible = false
|
|
margin_top = 18.0
|
|
margin_bottom = 30.0
|
|
|
|
[node name="Mirror" parent="." index="3"]
|
|
visible = false
|
|
margin_top = 18.0
|
|
margin_bottom = 35.0
|