52 lines
1.8 KiB
Plaintext
Executable File
52 lines
1.8 KiB
Plaintext
Executable File
[gd_scene load_steps=7 format=3 uid="uid://b25q27admm4le"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cudn5uokwl2jg" path="res://design/combat.png" id="1_sweqy"]
|
|
[ext_resource type="Texture2D" uid="uid://na231etds2kt" path="res://design/health.png" id="2_2hs0m"]
|
|
[ext_resource type="Texture2D" uid="uid://dp1ovkq0nkf4u" path="res://design/light.png" id="3_1jxqw"]
|
|
[ext_resource type="Texture2D" uid="uid://jh1ukfckc2dv" path="res://design/movement.svg" id="3_2hs0m"]
|
|
[ext_resource type="Texture2D" uid="uid://d1r6x3d1cu61d" path="res://design/health.svg" id="4_1jxqw"]
|
|
|
|
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_sh265"]
|
|
properties/0/path = NodePath("PName:text")
|
|
properties/0/spawn = true
|
|
properties/0/replication_mode = 1
|
|
properties/1/path = NodePath("PChar/Class:selected")
|
|
properties/1/spawn = true
|
|
properties/1/replication_mode = 1
|
|
|
|
[node name="Player" type="VBoxContainer"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="PName" type="Label" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="PChar" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="Class" type="OptionButton" parent="PChar"]
|
|
layout_mode = 2
|
|
item_count = 6
|
|
popup/item_0/text = "Pyromancer"
|
|
popup/item_0/icon = ExtResource("1_sweqy")
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Rogue"
|
|
popup/item_1/icon = ExtResource("2_2hs0m")
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "Spelunker"
|
|
popup/item_2/icon = ExtResource("3_1jxqw")
|
|
popup/item_2/id = 2
|
|
popup/item_3/text = "Acrobat"
|
|
popup/item_3/icon = ExtResource("3_2hs0m")
|
|
popup/item_3/id = 3
|
|
popup/item_4/text = "Paladin"
|
|
popup/item_4/icon = ExtResource("4_1jxqw")
|
|
popup/item_4/id = 4
|
|
popup/item_5/text = "Medic"
|
|
popup/item_5/icon = ExtResource("4_1jxqw")
|
|
popup/item_5/id = 5
|
|
|
|
[node name="sonq" type="MultiplayerSynchronizer" parent="."]
|
|
replication_config = SubResource("SceneReplicationConfig_sh265")
|