feat: 实现了加载本地数据功能

This commit is contained in:
2026-02-13 20:04:49 +08:00
parent 91d4133025
commit b47de9306b
4 changed files with 73 additions and 1 deletions
+4 -1
View File
@@ -3,10 +3,13 @@ extends Node
var data_origin: String = ""
var ip_begin: String = "192.168."
var username: String = "Player1"
var source: int = 0
var card_list: Dictionary = {}
var matter_list: Dictionary = {}
var reaction_list: Dictionary = {}
var match_list: Dictionary = {}
var pic_list: Dictionary = {}
var sound_list: Dictionary = {}
var sound_list: Dictionary = {}
var sources: Dictionary = {}