Added the bunny! WIP. Has issues with turning around
This commit is contained in:
+4
-4
@@ -5,8 +5,8 @@
|
||||
[ext_resource type="Texture2D" uid="uid://krcywud8ps3s" path="res://assets/images/Pink Man/Idle (32x32).png" id="2_sweqy"]
|
||||
[ext_resource type="Texture2D" uid="uid://ujld3l6fo8p6" path="res://assets/images/Pink Man/Jump (32x32).png" id="3_2hs0m"]
|
||||
[ext_resource type="Texture2D" uid="uid://bq6xnyyhl5od7" path="res://assets/images/Pink Man/Run (32x32).png" id="4_1jxqw"]
|
||||
[ext_resource type="AudioStream" uid="uid://b7lpdtgg0gdgo" path="res://assets/sounds/death.mp3" id="6_1jxqw"]
|
||||
[ext_resource type="AudioStream" uid="uid://bibfbl3bdtj0t" path="res://assets/sounds/jump.wav" id="6_2hs0m"]
|
||||
[ext_resource type="AudioStream" uid="uid://07pjcmidpc1e" path="res://assets/sounds/death.wav" id="7_1jxqw"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_dw050"]
|
||||
atlas = ExtResource("1_hqtel")
|
||||
@@ -245,7 +245,7 @@ animations = [{
|
||||
}]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_sweqy"]
|
||||
size = Vector2(13.000001, 23.333332)
|
||||
size = Vector2(13.000001, 21.999998)
|
||||
|
||||
[node name="player" type="CharacterBody2D" unique_id=392379192]
|
||||
script = ExtResource("1_sweqy")
|
||||
@@ -260,14 +260,14 @@ frame = 7
|
||||
frame_progress = 0.036300987
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1853222578]
|
||||
position = Vector2(0.49999952, 2.666668)
|
||||
position = Vector2(0.49999952, 2.000001)
|
||||
shape = SubResource("RectangleShape2D_sweqy")
|
||||
|
||||
[node name="JumpSound" type="AudioStreamPlayer2D" parent="." unique_id=1585311637]
|
||||
stream = ExtResource("6_2hs0m")
|
||||
|
||||
[node name="DeathSound" type="AudioStreamPlayer2D" parent="." unique_id=340982183]
|
||||
stream = ExtResource("7_1jxqw")
|
||||
stream = ExtResource("6_1jxqw")
|
||||
|
||||
[node name="RespawnTimer" type="Timer" parent="." unique_id=1999432688]
|
||||
one_shot = true
|
||||
|
||||
Reference in New Issue
Block a user