Improve the checker board of transparent background

This commit is contained in:
Kinwailo 2020-04-18 15:03:18 +08:00
parent 4e539e5e29
commit 2ae67cdb76
6 changed files with 321 additions and 162 deletions

View file

@ -70,7 +70,6 @@ func _ready() -> void:
add_child(line_2d)
func _draw() -> void:
draw_texture_rect(Global.transparent_background, Rect2(location, size), true) # Draw transparent background
# Onion Skinning
if Global.onion_skinning:
# Past