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:
14
Scripts/Classes/Singletons/GameBananaManager.gd
Executable file
14
Scripts/Classes/Singletons/GameBananaManager.gd
Executable file
@@ -0,0 +1,14 @@
|
||||
extends Node
|
||||
|
||||
enum Type{LEVEL = 22962, RESOURCE_PACK = 25680}
|
||||
enum Sort{RECENT, DOWNLOADS, FEATURED}
|
||||
|
||||
signal response_recieved(response: Dictionary)
|
||||
signal response_failed()
|
||||
|
||||
@onready var http = HTTPRequest.new()
|
||||
|
||||
const GAME_ID = 7692
|
||||
|
||||
func _ready() -> void:
|
||||
add_child(http)
|
Reference in New Issue
Block a user