push project up

This commit is contained in:
2026-08-07 03:02:53 -05:00
parent 48acb406a7
commit de0da3de6e
40 changed files with 986 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
class_name GameData extends Node
func _init() -> void:
Globals.game_data = self
@rpc("authority", "reliable")
func set_game_address(_address: String) -> void:
pass
@rpc("authority", "reliable")
func set_game_port(_port: String) -> void:
pass