pandemonium_paint_experimental/game/Project.tscn

12 lines
373 B
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=2]
[ext_resource path="res://PaintCanvas.gd" type="Script" id=1]
[ext_resource path="res://PaintProject.gd" type="Script" id=2]
[node name="PaintProject" type="PaintProject"]
current_color = Color( 0.957181, 0.325235, 0.352407, 1 )
script = ExtResource( 2 )
[node name="PaintCanvas" type="PaintCanvas" parent="."]
script = ExtResource( 1 )