Now About Social Code
summaryrefslogtreecommitdiff
path: root/prefabs/test_arena.tscn
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-09-29 12:34:52 +0100
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-09-29 12:34:52 +0100
commit688a0418fd24c9ffff7dca43dd027ccb3784a373 (patch)
tree1943ed9df9bdbfca52339374750caca6cec4c8b8 /prefabs/test_arena.tscn
parent5e62cca19ee202353d9ad17c9ee0cfe96671864b (diff)
player: Add ammo and fire rate
Diffstat (limited to 'prefabs/test_arena.tscn')
-rw-r--r--prefabs/test_arena.tscn7
1 files changed, 2 insertions, 5 deletions
diff --git a/prefabs/test_arena.tscn b/prefabs/test_arena.tscn
index cccb951..87d6463 100644
--- a/prefabs/test_arena.tscn
+++ b/prefabs/test_arena.tscn
@@ -7,8 +7,8 @@
[sub_resource type="Environment" id="Environment_2poci"]
background_color = Color(0.130548, 0.170599, 0.433834, 1)
ambient_light_source = 2
-ambient_light_color = Color(0.244776, 0.244776, 0.244776, 1)
-ambient_light_energy = 2.27
+ambient_light_color = Color(1, 1, 1, 1)
+ambient_light_energy = 0.6
[sub_resource type="BoxMesh" id="BoxMesh_ox60m"]
size = Vector3(0.1, 0.1, 0.5)
@@ -77,9 +77,6 @@ script = ExtResource("1_dbsm0")
[node name="Node3D" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_2poci")
-[node name="OmniLight3D" type="DirectionalLight3D" parent="."]
-transform = Transform3D(0.838671, -0.296632, 0.456773, 0, 0.838671, 0.544639, -0.544639, -0.456773, 0.703368, 0, 0, -0.0795405)
-
[node name="Player" parent="." node_paths=PackedStringArray("HEAD", "HEADBOB_ANIMATION") instance=ExtResource("1_vc6b5")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 0, 3)
HEAD = NodePath("PlayerCam")