forked from finepointcgi/Nakama-cSharp-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplayer.tscn
More file actions
33 lines (25 loc) · 1.25 KB
/
player.tscn
File metadata and controls
33 lines (25 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[gd_scene format=3 uid="uid://cknogbxebb10q"]
[ext_resource type="Script" uid="uid://caxbbb8xkusye" path="res://CharacterController.cs" id="1_gdga8"]
[ext_resource type="Texture2D" uid="uid://dbedibclr5b55" path="res://icon.svg" id="2_wafxa"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_85hy8"]
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_onrkg"]
properties/0/path = NodePath(".:position")
properties/0/spawn = true
properties/0/replication_mode = 1
[node name="Player" type="CharacterBody2D" unique_id=484417896]
script = ExtResource("1_gdga8")
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=2110312538]
position = Vector2(-1.90735e-06, -1.90735e-06)
scale = Vector2(0.15625, 0.15625)
texture = ExtResource("2_wafxa")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1139746439]
shape = SubResource("RectangleShape2D_85hy8")
[node name="Label" type="Label" parent="." unique_id=722230666]
offset_left = -39.0
offset_top = -29.0
offset_right = 40.0
offset_bottom = -6.0
theme_override_font_sizes/font_size = 13
text = "username"
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="." unique_id=1200182064]
replication_config = SubResource("SceneReplicationConfig_onrkg")