pandemonium_paint_experimental/game/Project.tscn

23 lines
904 B
Plaintext
Raw Normal View History

[gd_scene load_steps=2 format=2]
[ext_resource path="res://PaintProject.gd" type="Script" id=2]
[node name="PaintProject" type="PaintProject"]
size = Vector2i( 128, 128 )
current_color = Color( 0.0666667, 0.796078, 0.196078, 1 )
2022-11-17 23:58:42 +01:00
color_presets = PoolColorArray( 0.67914, 0.117493, 0.0852439, 1, 0.129412, 0.113725, 0.384314, 1, 0.0666667, 0.796078, 0.196078, 1, 0.0666667, 0.796078, 0.196078, 1, 0.964706, 0.992157, 0.121569, 1, 0.00784314, 0.835294, 0.564706, 1, 0.0666667, 0.796078, 0.196078, 1, 0.658824, 0.313726, 0.207843, 1 )
script = ExtResource( 2 )
[node name="PaintCanvasBackground" type="PaintCanvasBackground" parent="."]
margin_right = 128.0
margin_bottom = 128.0
[node name="PaintVisualGrid" type="PaintVisualGrid" parent="."]
margin_right = 128.0
margin_bottom = 128.0
[node name="PaintCanvas" type="PaintCanvas" parent="."]
size = Vector2i( 128, 128 )
brush_prefab = 1
brush_size = 4