final commit :)

This commit is contained in:
2026-02-23 18:19:36 -05:00
parent 1db31ee39a
commit 4b596c2a96
23 changed files with 478 additions and 156 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+38
View File
@@ -0,0 +1,38 @@
[gd_scene format=3 uid="uid://dcrnnrnvbqmq0"]
[ext_resource type="Texture2D" uid="uid://bcc4liqds1j4t" path="res://icon.svg" id="1_hq8kj"]
[sub_resource type="QuadMesh" id="QuadMesh_vj5c4"]
[node name="End" type="Node2D" unique_id=597373496]
[node name="Camera2D" type="Camera2D" parent="." unique_id=423366882]
[node name="Label" type="Label" parent="." unique_id=1268605444]
offset_left = -270.0
offset_top = -117.0
offset_right = -89.0
offset_bottom = -94.0
text = "Thank you for playing :)"
[node name="Label" type="Label" parent="Label" unique_id=381993421]
layout_mode = 0
offset_left = -5.0
offset_top = 65.0
offset_right = 539.0
offset_bottom = 88.0
text = "Source code at https://git.astronand.dev/TSA/2026-video-game-project"
[node name="Label" type="Label" parent="Label/Label" unique_id=46903352]
layout_mode = 0
offset_left = -5.0
offset_top = 65.0
offset_right = 539.0
offset_bottom = 88.0
text = "Made with godot"
[node name="MeshInstance2D" type="MeshInstance2D" parent="." unique_id=1235096764]
position = Vector2(-156.00002, 96)
scale = Vector2(88.5, -86.5)
mesh = SubResource("QuadMesh_vj5c4")
texture = ExtResource("1_hq8kj")
+13 -7
View File
@@ -1,8 +1,11 @@
[gd_scene load_steps=7 format=3 uid="uid://dqldqg0ctdmbn"]
[gd_scene format=3 uid="uid://dqldqg0ctdmbn"]
[ext_resource type="PackedScene" uid="uid://ca7jd0ttc0v67" path="res://Entities/Player/player.tscn" id="1_xxuxq"]
[ext_resource type="Texture2D" uid="uid://dauoaulv7uea4" path="res://Envoroment/Levels/art/test_tile.png" id="2_4q1i2"]
[ext_resource type="PackedScene" uid="uid://c1jvxh8xwxd77" path="res://Envoroment/Hazards/Spike/spike.tscn" id="3_rcnev"]
[ext_resource type="PackedScene" uid="uid://c1jvxh8xwxd77" path="res://Envoroment/Hazards/Spike/floor_spike.tscn" id="3_rcnev"]
[ext_resource type="PackedScene" uid="uid://cv5yf8sc01kb3" path="res://Envoroment/Hazards/Spike/left_wall_spike.tscn" id="4_h07ok"]
[ext_resource type="PackedScene" uid="uid://3qs5nfxts77e" path="res://Envoroment/Hazards/Spike/right_wall_spike.tscn" id="5_su6na"]
[ext_resource type="PackedScene" uid="uid://cqecxndiwbk6w" path="res://Envoroment/Hazards/Spike/roof_spike.tscn" id="6_kt3nv"]
[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_f4wtk"]
texture = ExtResource("2_4q1i2")
@@ -12,21 +15,24 @@ texture = ExtResource("2_4q1i2")
[sub_resource type="TileSetScenesCollectionSource" id="TileSetScenesCollectionSource_f0gh6"]
resource_name = "Hazards"
scenes/1/scene = ExtResource("3_rcnev")
scenes/2/scene = ExtResource("4_h07ok")
scenes/3/scene = ExtResource("5_su6na")
scenes/4/scene = ExtResource("6_kt3nv")
[sub_resource type="TileSet" id="TileSet_pb67c"]
physics_layer_0/collision_layer = 1
sources/0 = SubResource("TileSetAtlasSource_f4wtk")
sources/1 = SubResource("TileSetScenesCollectionSource_f0gh6")
[node name="BaseLevel" type="Node2D"]
[node name="BaseLevel" type="Node2D" unique_id=374257334]
[node name="Player" parent="." instance=ExtResource("1_xxuxq")]
[node name="Player" parent="." unique_id=812354970 instance=ExtResource("1_xxuxq")]
[node name="RemoteTransform2D" type="RemoteTransform2D" parent="Player"]
[node name="RemoteTransform2D" type="RemoteTransform2D" parent="Player" unique_id=1455386856]
remote_path = NodePath("../../Camera2D")
[node name="Ground" type="TileMapLayer" parent="."]
[node name="Ground" type="TileMapLayer" parent="." unique_id=1754112512]
tile_set = SubResource("TileSet_pb67c")
[node name="Camera2D" type="Camera2D" parent="."]
[node name="Camera2D" type="Camera2D" parent="." unique_id=895804309]
position_smoothing_enabled = true