mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
added the game
This commit is contained in:
8
Scripts/Parts/ClassicThemeNode.gd
Executable file
8
Scripts/Parts/ClassicThemeNode.gd
Executable file
@@ -0,0 +1,8 @@
|
||||
class_name ClassicThemeNode
|
||||
extends Node
|
||||
|
||||
@export_enum("Overworld", "Underground", "Desert", "Snow", "Jungle", "Beach", "Garden", "Mountain", "Skyland", "Autumn", "Pipeland", "Space", "Underwater", "Volcano", "Castle") var classic_theme := "Overworld"
|
||||
@export var nodes_to_delete: Array[Node] = []
|
||||
|
||||
func _ready() -> void:
|
||||
queue_free()
|
Reference in New Issue
Block a user