Skip to content
This repository was archived by the owner on Sep 22, 2020. It is now read-only.

Commit cd18c43

Browse files
Redid the space level, now to make a ruins level next! Then to remove the old level and all of the old assets!
I found a bug where you can kill yourself by attacking with the knife. I need to fix that... And I also need to make the sensitvity settings in the main menu work.
1 parent da59b70 commit cd18c43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+12865
-197
lines changed

Ammo_Pickup.tscn

+136-23
Large diffs are not rendered by default.

Broken_Target.tscn

+196-81
Large diffs are not rendered by default.

Health_Pickup.tscn

+138-23
Large diffs are not rendered by default.

Main_Menu.tscn

+3-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ use_mipmaps = false
145145
use_filter = true
146146
font_data = ExtResource( 3 )
147147

148-
[node name="Main_Menu" type="Control" index="0"]
148+
[node name="Main_Menu" type="Control"]
149149

150150
anchor_left = 0.0
151151
anchor_top = 0.0
@@ -160,7 +160,7 @@ size_flags_vertical = 1
160160
script = ExtResource( 1 )
161161
testing_area_scene = "res://Testing_Area.tscn"
162162
test_level_scene = "res://Test_Level.tscn"
163-
bonus_level_scene = null
163+
bonus_level_scene = "res://assets/Space_Level_Objects/Space_Level.tscn"
164164

165165
[node name="Background_Animation" type="Spatial" parent="." index="0"]
166166

@@ -580,6 +580,7 @@ _sections_unfolded = [ "Rect", "Visibility" ]
580580

581581
[node name="Options_Menu" type="Panel" parent="." index="3"]
582582

583+
editor/display_folded = true
583584
visible = false
584585
modulate = Color( 1, 1, 1, 0.901961 )
585586
anchor_left = 0.0

Player.tscn

+1-2
Original file line numberDiff line numberDiff line change
@@ -4151,7 +4151,6 @@ _sections_unfolded = [ "Transform" ]
41514151

41524152
[node name="Rotation_Helper" type="Spatial" parent="." index="2"]
41534153

4154-
editor/display_folded = true
41554154
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 11.239, 0 )
41564155
_sections_unfolded = [ "Transform" ]
41574156

@@ -4504,7 +4503,7 @@ shadow_bias = 0.15
45044503
shadow_contact = 0.0
45054504
shadow_reverse_cull_face = false
45064505
editor_only = false
4507-
spot_range = 20.0
4506+
spot_range = 30.0
45084507
spot_attenuation = 2.0
45094508
spot_angle = 50.0
45104509
spot_angle_attenuation = 1.0

Target.tscn

+55-14
Large diffs are not rendered by default.

Test_Level.tscn

+2-2
Large diffs are not rendered by default.

Testing_Area.tscn

+5-3
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ proximity_fade_enable = false
342342
distance_fade_enable = false
343343
_sections_unfolded = [ "Albedo" ]
344344

345-
[node name="Spatial" type="Spatial"]
345+
[node name="Spatial" type="Spatial" index="0"]
346346

347347
[node name="Box" type="Spatial" parent="." index="0"]
348348

@@ -599,6 +599,8 @@ environment = SubResource( 7 )
599599

600600
[node name="Cubes" type="Spatial" parent="." index="3"]
601601

602+
editor/display_folded = true
603+
602604
[node name="PurpleCube" type="RigidBody" parent="Cubes" index="0"]
603605

604606
editor/display_folded = true
@@ -1280,11 +1282,11 @@ kit_size = 1
12801282

12811283
[node name="Turret_Raycast" parent="." index="9" instance=ExtResource( 6 )]
12821284

1283-
transform = Transform( -0.866025, 0, 0.5, 0, 1, 0, -0.5, 0, -0.866025, 30, 1.19459, -30 )
1285+
transform = Transform( -0.866025, 0, 0.5, 0, 1, 0, -0.5, 0, -0.866025, 30, 0.841041, -30 )
12841286
use_raycast = true
12851287

12861288
[node name="Turret_Bullet_Objects" parent="." index="10" instance=ExtResource( 6 )]
12871289

1288-
transform = Transform( -0.866025, 0, -0.5, 0, 1, 0, 0.5, 0, -0.866025, -32, 1.19459, -30 )
1290+
transform = Transform( -0.866025, 0, -0.5, 0, 1, 0, 0.5, 0, -0.866025, -32, 0.841041, -30 )
12891291

12901292

Turret.tscn

+209-47
Large diffs are not rendered by default.

assets/Gamemode_Objects/Banner_Blue.tscn

+76
Large diffs are not rendered by default.

assets/Gamemode_Objects/Banner_Red.tscn

+76
Large diffs are not rendered by default.
940 Bytes
Binary file not shown.
925 Bytes
Binary file not shown.

assets/Gamemode_Objects/Gamemode_Flag_Blue.tscn

+172
Large diffs are not rendered by default.

assets/Gamemode_Objects/Gamemode_Flag_Red.tscn

+172
Large diffs are not rendered by default.

assets/Gamemode_Objects/Gamemode_Objects.dae

+1,784
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)