clean up file structure
This commit is contained in:
parent
1318fdd9fc
commit
324e7d437b
28 changed files with 102 additions and 125 deletions
65
player/player.tscn
Normal file
65
player/player.tscn
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
[gd_scene format=3 uid="uid://cv5p3w87nk0wn"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dhin7ux2njfja" path="res://player/player.gd" id="1_4flbx"]
|
||||
[ext_resource type="Script" uid="uid://cjdxibg3pnans" path="res://player/score_label.gd" id="2_onrkg"]
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_onrkg"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_onrkg"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_i3pqv"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_hqtel"]
|
||||
size = Vector3(2, 0.1, 0.1)
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_4flbx"]
|
||||
|
||||
[node name="Player" type="CharacterBody3D" unique_id=1904432250]
|
||||
collision_layer = 2
|
||||
collision_mask = 13
|
||||
script = ExtResource("1_4flbx")
|
||||
shake_noise = SubResource("FastNoiseLite_onrkg")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=204505475]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
mesh = SubResource("BoxMesh_onrkg")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=918462062]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
shape = SubResource("BoxShape3D_i3pqv")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="." unique_id=253280781]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(1, 0, 0, 0, 0.53349644, 0.84580237, 0, -0.84580237, 0.53349644, 0, 20.150661, 11.874705)
|
||||
|
||||
[node name="Cannon" type="Node3D" parent="." unique_id=985210791]
|
||||
unique_name_in_owner = true
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Cannon" unique_id=1149215568]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0.75, 0)
|
||||
mesh = SubResource("BoxMesh_hqtel")
|
||||
|
||||
[node name="Reticle" type="MeshInstance3D" parent="." unique_id=242722222]
|
||||
unique_name_in_owner = true
|
||||
visible = false
|
||||
mesh = SubResource("SphereMesh_4flbx")
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="." unique_id=1676328708]
|
||||
|
||||
[node name="ScoreLabel" type="Label" parent="CanvasLayer" unique_id=1108751125]
|
||||
offset_right = 40.0
|
||||
offset_bottom = 23.0
|
||||
theme_override_font_sizes/font_size = 48
|
||||
text = "Score: %s"
|
||||
script = ExtResource("2_onrkg")
|
||||
|
||||
[node name="HealthLabel" type="Label" parent="CanvasLayer" unique_id=1653322479]
|
||||
unique_name_in_owner = true
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 67.0
|
||||
grow_horizontal = 2
|
||||
size_flags_horizontal = 10
|
||||
theme_override_font_sizes/font_size = 48
|
||||
text = "Health: 2"
|
||||
horizontal_alignment = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue