mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-20 10:09:48 +00:00
0b3424be80
Useful for them to be able to share common tool options
8 lines
294 B
Plaintext
8 lines
294 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://src/Tools/SelectionTools/SelectionTool.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://src/Tools/SelectionTools/MagicWand.gd" type="Script" id=2]
|
|
|
|
[node name="ToolOptions" instance=ExtResource( 1 )]
|
|
script = ExtResource( 2 )
|