New Icon; Touch Controls; Menu with Help; Added Music
This commit is contained in:
parent
9e3349eec3
commit
e87f8c3756
71 changed files with 1084 additions and 278 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="PackedScene" uid="uid://b18cf4i8v6a1" path="res://scenes/game/entities/entity.tscn" id="1_bf5v6"]
|
||||
[ext_resource type="Script" path="res://scenes/game/entities/Enemy/enemy.gd" id="2_4vapd"]
|
||||
[ext_resource type="Texture2D" uid="uid://dh14dje1066et" path="res://icon.svg" id="3_jenk6"]
|
||||
[ext_resource type="Texture2D" uid="uid://cjmden6nkwf1x" path="res://Assets/Enemy/Ghost.png" id="3_uks2p"]
|
||||
[ext_resource type="PackedScene" uid="uid://cwirujaquehfc" path="res://scenes/game/Hitbox/damage_area.tscn" id="4_mr72k"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_xq7op"]
|
||||
|
|
@ -11,15 +11,15 @@ radius = 8.0
|
|||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_c882v"]
|
||||
light_mode = 2
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_rdbks"]
|
||||
atlas = ExtResource("3_jenk6")
|
||||
region = Rect2(0, 0, 128, 128)
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_siy4x"]
|
||||
atlas = ExtResource("3_uks2p")
|
||||
region = Rect2(0, 0, 16, 16)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_i6h2x"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_rdbks")
|
||||
"texture": SubResource("AtlasTexture_siy4x")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
|
|
@ -45,8 +45,7 @@ shape = SubResource("CircleShape2D_xq7op")
|
|||
|
||||
[node name="AnimatedSprite2D" parent="." index="1"]
|
||||
material = SubResource("CanvasItemMaterial_c882v")
|
||||
position = Vector2(2.38419e-07, 2.38419e-07)
|
||||
scale = Vector2(0.125, 0.125)
|
||||
scale = Vector2(1, 1)
|
||||
sprite_frames = SubResource("SpriteFrames_i6h2x")
|
||||
|
||||
[node name="NavigationAgent" type="NavigationAgent2D" parent="." index="2"]
|
||||
|
|
@ -55,7 +54,6 @@ simplify_path = true
|
|||
avoidance_enabled = true
|
||||
avoidance_layers = 2560
|
||||
avoidance_mask = 3630
|
||||
debug_enabled = true
|
||||
debug_use_custom = true
|
||||
debug_path_custom_color = Color(1, 0, 0, 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue