mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2024-11-12 01:55:00 +01:00
15 lines
687 B
Plaintext
15 lines
687 B
Plaintext
[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 )
|
|
save_file_name = "test.png"
|
|
current_color = Color( 0.658824, 0.313726, 0.207843, 1 )
|
|
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="PaintCanvas" type="PaintCanvas" parent="."]
|
|
size = Vector2i( 128, 128 )
|
|
brush_size = 13
|