mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2025-02-11 05:20:05 +01:00
Removed note.
This commit is contained in:
parent
52dfa7bec3
commit
071228e09f
@ -1,7 +1,5 @@
|
|||||||
tool
|
tool
|
||||||
extends PaintProject
|
extends PaintProject
|
||||||
|
|
||||||
# Make sure it works with touch
|
|
||||||
|
|
||||||
# Eventually:
|
# Eventually:
|
||||||
# Filters, vectors ...
|
# Filters, vectors ...
|
||||||
|
@ -9,12 +9,10 @@ color_presets = PoolColorArray( 0.67914, 0.117493, 0.0852439, 1, 0.129412, 0.113
|
|||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
||||||
[node name="PaintCanvasBackground" type="PaintCanvasBackground" parent="."]
|
[node name="PaintCanvasBackground" type="PaintCanvasBackground" parent="."]
|
||||||
margin_right = 128.0
|
size = Vector2i( 128, 128 )
|
||||||
margin_bottom = 128.0
|
|
||||||
|
|
||||||
[node name="PaintVisualGrid" type="PaintVisualGrid" parent="."]
|
[node name="PaintVisualGrid" type="PaintVisualGrid" parent="."]
|
||||||
margin_right = 128.0
|
size = Vector2i( 128, 128 )
|
||||||
margin_bottom = 128.0
|
|
||||||
|
|
||||||
[node name="PaintCanvas" type="PaintCanvas" parent="."]
|
[node name="PaintCanvas" type="PaintCanvas" parent="."]
|
||||||
size = Vector2i( 128, 128 )
|
size = Vector2i( 128, 128 )
|
||||||
|
Loading…
Reference in New Issue
Block a user