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