added levels
This commit is contained in:
parent
9ae78abd7d
commit
d6906dc6a2
10 changed files with 176 additions and 9 deletions
19
gmtk_2024/objects/Ene478E.tmp
Normal file
19
gmtk_2024/objects/Ene478E.tmp
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://vtwswrkfkgas"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/enemy_movement_mover.gd" id="1_7kapi"]
|
||||
[ext_resource type="Texture2D" uid="uid://buqgl7x10et1f" path="res://temp_assets/img.png" id="1_ci3x0"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8cnt5"]
|
||||
size = Vector2(24, 20)
|
||||
|
||||
[node name="EnemyMover" type="CharacterBody2D"]
|
||||
collision_layer = 2
|
||||
collision_mask = 23
|
||||
script = ExtResource("1_7kapi")
|
||||
speed = 75
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_ci3x0")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_8cnt5")
|
|
@ -3,9 +3,8 @@
|
|||
[ext_resource type="Script" path="res://scripts/enemy_movement_mover.gd" id="1_7kapi"]
|
||||
[ext_resource type="Texture2D" uid="uid://buqgl7x10et1f" path="res://temp_assets/img.png" id="1_ci3x0"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_duogd"]
|
||||
radius = 16.0
|
||||
height = 32.0
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8cnt5"]
|
||||
size = Vector2(24, 26)
|
||||
|
||||
[node name="EnemyMover" type="CharacterBody2D"]
|
||||
collision_layer = 2
|
||||
|
@ -17,4 +16,4 @@ speed = 75
|
|||
texture = ExtResource("1_ci3x0")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CapsuleShape2D_duogd")
|
||||
shape = SubResource("RectangleShape2D_8cnt5")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue