mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-21 21:13:14 +00:00
More global tool options will most likely be added soon, most notably tablet pen pressure sensitivity options.
7 lines
253 B
Text
7 lines
253 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://src/Tools/BaseTool.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://src/Tools/Pan.gd" type="Script" id=2]
|
|
|
|
[node name="ToolOptions" instance=ExtResource( 1 )]
|
|
script = ExtResource( 2 )
|