mrowww
This commit is contained in:
parent
80991aac9c
commit
ce2c867603
8 changed files with 143 additions and 14 deletions
|
|
@ -1,14 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="Save" load_steps=4 format=3]
|
||||
[gd_resource type="Resource" script_class="Save" load_steps=4 format=3 uid="uid://domukcgxqbc77"]
|
||||
|
||||
[ext_resource type="Script" path="res://twitch/player_data.gd" id="1_yphdo"]
|
||||
[ext_resource type="Script" path="res://twitch/saveFile.gd" id="2_o22i5"]
|
||||
[ext_resource type="Script" uid="uid://dgn8nnp7mtgdm" path="res://twitch/player_data.gd" id="1"]
|
||||
[ext_resource type="Script" uid="uid://dx5cdskh1njoa" path="res://twitch/saveFile.gd" id="2"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_hxy0q"]
|
||||
script = ExtResource("1_yphdo")
|
||||
money = 95
|
||||
script = ExtResource("1")
|
||||
money = 205
|
||||
user_id = "144628425"
|
||||
username = "tabbyCatNya"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_o22i5")
|
||||
player_database = Array[ExtResource("1_yphdo")]([SubResource("Resource_hxy0q")])
|
||||
script = ExtResource("2")
|
||||
player_database = Array[ExtResource("1")]([SubResource("Resource_hxy0q")])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue