added bow

This commit is contained in:
pennyrigate 2022-12-17 22:47:46 -05:00
parent 5d01f40535
commit 2d3fc72ebe
50 changed files with 610 additions and 151 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=16 format=2]
[gd_scene load_steps=17 format=2]
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=1]
[ext_resource path="res://objects/ladder/ladder.tscn" type="PackedScene" id=2]
@ -14,6 +14,7 @@
[ext_resource path="res://objects/collectibles/shard.tscn" type="PackedScene" id=12]
[ext_resource path="res://objects/enemy/bat.tscn" type="PackedScene" id=13]
[ext_resource path="res://objects/enemy/snake.tscn" type="PackedScene" id=14]
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=15]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 8, 128 )
@ -54,7 +55,7 @@ tile_data = PoolIntArray( 327707, 1, 0, 393243, 1, 0, 458779, 1, 0, 524315, 1, 0
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2( -8, 96 )
position = Vector2( -8, 104 )
shape = SubResource( 1 )
[node name="CollisionShape2D2" type="CollisionShape2D" parent="StaticBody2D"]
@ -138,6 +139,9 @@ color = 1
[node name="Gold21" parent="Collectibles" instance=ExtResource( 5 )]
position = Vector2( 32, 96 )
[node name="Arrow" parent="Collectibles" instance=ExtResource( 15 )]
position = Vector2( 192, 168 )
[node name="Enemies" type="Node2D" parent="."]
[node name="Slime" parent="Enemies" instance=ExtResource( 11 )]