mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 02:44:42 -04:00
Improve the checker board of transparent background
This commit is contained in:
parent
4e539e5e29
commit
2ae67cdb76
6 changed files with 321 additions and 162 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue