working on items and inventory
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bfjsdoykr1fcd"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://bfjsdoykr1fcd"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://xx7r8n56lx21" path="res://TileSets/Main_Floor.tscn" id="1_1k16l"]
|
||||
[ext_resource type="PackedScene" uid="uid://ca4ghctk5gllj" path="res://PhysicsObjects/HandStatue/HandStatue.tscn" id="2_jwx5u"]
|
||||
[ext_resource type="PackedScene" uid="uid://bfv4b6j4eunqj" path="res://Game Manager/player_spawn_location.tscn" id="3_h26d8"]
|
||||
[ext_resource type="PackedScene" uid="uid://dp6umanf58x5t" path="res://PickupableObjects/Bomb/bomb.tscn" id="4_w3pt4"]
|
||||
[ext_resource type="PackedScene" uid="uid://r0424mbc1jx8" path="res://PickupableObjects/GluePatch/GluePatch.tscn" id="5_r4qoq"]
|
||||
[ext_resource type="PackedScene" uid="uid://d1w6rui20nu63" path="res://PickupableObjects/NailGun/NailGun.tscn" id="6_h8wsc"]
|
||||
|
||||
[node name="Level1" type="Node2D"]
|
||||
|
||||
@@ -14,3 +17,51 @@ position = Vector2(-10, 461)
|
||||
|
||||
[node name="HandStatue" parent="." instance=ExtResource("2_jwx5u")]
|
||||
position = Vector2(89, 378)
|
||||
|
||||
[node name="bomb" parent="." instance=ExtResource("4_w3pt4")]
|
||||
position = Vector2(44, 413)
|
||||
|
||||
[node name="bomb2" parent="." instance=ExtResource("4_w3pt4")]
|
||||
position = Vector2(-47, 383)
|
||||
|
||||
[node name="bomb3" parent="." instance=ExtResource("4_w3pt4")]
|
||||
position = Vector2(42, 328)
|
||||
|
||||
[node name="bomb4" parent="." instance=ExtResource("4_w3pt4")]
|
||||
position = Vector2(154, 330)
|
||||
|
||||
[node name="bomb5" parent="." instance=ExtResource("4_w3pt4")]
|
||||
position = Vector2(157, 393)
|
||||
|
||||
[node name="bomb6" parent="." instance=ExtResource("4_w3pt4")]
|
||||
position = Vector2(125, 465)
|
||||
|
||||
[node name="bomb7" parent="." instance=ExtResource("4_w3pt4")]
|
||||
position = Vector2(43, 484)
|
||||
|
||||
[node name="GluePatch" parent="." instance=ExtResource("5_r4qoq")]
|
||||
position = Vector2(-4, 403)
|
||||
|
||||
[node name="GluePatch2" parent="." instance=ExtResource("5_r4qoq")]
|
||||
position = Vector2(102, 425)
|
||||
|
||||
[node name="GluePatch3" parent="." instance=ExtResource("5_r4qoq")]
|
||||
position = Vector2(92, 320)
|
||||
|
||||
[node name="GluePatch4" parent="." instance=ExtResource("5_r4qoq")]
|
||||
position = Vector2(-57, 435)
|
||||
|
||||
[node name="GluePatch5" parent="." instance=ExtResource("5_r4qoq")]
|
||||
position = Vector2(-40, 502)
|
||||
|
||||
[node name="GluePatch6" parent="." instance=ExtResource("5_r4qoq")]
|
||||
position = Vector2(183, 473)
|
||||
|
||||
[node name="GluePatch7" parent="." instance=ExtResource("5_r4qoq")]
|
||||
position = Vector2(87, 489)
|
||||
|
||||
[node name="NailGun" parent="." instance=ExtResource("6_h8wsc")]
|
||||
position = Vector2(17, 463)
|
||||
|
||||
[node name="NailGun2" parent="." instance=ExtResource("6_h8wsc")]
|
||||
position = Vector2(80, 420)
|
||||
|
Reference in New Issue
Block a user