This commit is contained in:
pennyrigate 2025-07-17 23:20:13 -04:00
parent 97a97192de
commit 268b392a3b
9 changed files with 126 additions and 6 deletions

11
maps/msx_ending.gd Normal file
View file

@ -0,0 +1,11 @@
extends Node2D
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
Fade.fade_in(2)