mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2025-05-07 19:11:37 +02:00
renamed paint to pixel paint
This commit is contained in:
parent
8484a93eda
commit
3b71355e7d
@ -82,7 +82,6 @@ func resize(width: int, height: int):
|
|||||||
layer.resize(width, height)
|
layer.resize(width, height)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------
|
#-------------------------------
|
||||||
# Export
|
# Export
|
||||||
#-------------------------------
|
#-------------------------------
|
||||||
|
@ -310,7 +310,7 @@ margin_right = 138.0
|
|||||||
margin_bottom = 20.0
|
margin_bottom = 20.0
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
text = "Pixel Paint"
|
text = "Paint"
|
||||||
|
|
||||||
[node name="BrushTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/HBoxContainer/Panel/ScrollContainer/ToolMenu/Tools"]
|
[node name="BrushTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/HBoxContainer/Panel/ScrollContainer/ToolMenu/Tools"]
|
||||||
margin_top = 24.0
|
margin_top = 24.0
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
extends "Brush.gd"
|
|
||||||
|
|
||||||
func _ready():
|
|
||||||
draw_pixel()
|
|
Loading…
Reference in New Issue
Block a user