mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-10 21:52:09 +01:00
Fix dictionary.
This commit is contained in:
parent
fffcc13843
commit
71d75472ec
@ -24,7 +24,7 @@ class_name PlayerMaster
|
||||
# Player info, associate ID to data
|
||||
var player_info = {}
|
||||
# Info we send to other players
|
||||
var my_info = { name = "Testname", selected_class = 1 }
|
||||
var my_info = { "name": "Testname", "selected_class": 1 }
|
||||
var sid : int
|
||||
|
||||
var player : Entity
|
||||
|
Loading…
Reference in New Issue
Block a user