renamed paint to pixel paint

This commit is contained in:
cobrapitz 2020-11-01 14:46:39 +01:00
parent 8484a93eda
commit 3b71355e7d
3 changed files with 1 additions and 6 deletions

View File

@ -80,7 +80,6 @@ func resize(width: int, height: int):
tool_layer.resize(width, height)
for layer in layers:
layer.resize(width, height)
#-------------------------------

View File

@ -310,7 +310,7 @@ margin_right = 138.0
margin_bottom = 20.0
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Pixel Paint"
text = "Paint"
[node name="BrushTool" type="Button" parent="Panel/NoBCViewportsnotworking26181/HBoxContainer/Panel/ScrollContainer/ToolMenu/Tools"]
margin_top = 24.0

View File

@ -1,4 +0,0 @@
extends "Brush.gd"
func _ready():
draw_pixel()