mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 19:34:43 -04:00
Added a Splash Screen popup window
Re-organized transparent backgrounds, removed the Timer from Canvas nodes.
This commit is contained in:
parent
d1ef5c17e9
commit
d42648efe1
28 changed files with 241 additions and 104 deletions
|
@ -222,7 +222,7 @@ func _ready() -> void:
|
|||
|
||||
undo_redo = UndoRedo.new()
|
||||
transparent_background = ImageTexture.new()
|
||||
transparent_background.create_from_image(preload("res://Assets/Graphics/Transparent Background Dark.png"), 0)
|
||||
transparent_background.create_from_image(preload("res://Assets/Graphics/Canvas Backgrounds/Transparent Background Dark.png"), 0)
|
||||
image_clipboard = Image.new()
|
||||
|
||||
var root = get_tree().get_root()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue