mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2024-11-12 01:55:00 +01:00
14 lines
430 B
Plaintext
14 lines
430 B
Plaintext
[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"]
|
|
size = Vector2i( 128, 128 )
|
|
current_color = Color( 0.511169, 0.141401, 0.0907945, 1 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="PaintCanvas" type="PaintCanvas" parent="."]
|
|
size = Vector2i( 128, 128 )
|
|
script = ExtResource( 1 )
|