Merge branch 'main' of https://github.com/MarcEricMartel/Game-Jam-A23
This commit is contained in:
3
Scenes/Spawnables/base_spawnable.tscn
Normal file
3
Scenes/Spawnables/base_spawnable.tscn
Normal file
@@ -0,0 +1,3 @@
|
||||
[gd_scene format=3 uid="uid://kkfxguj0lr5a"]
|
||||
|
||||
[node name="base_spawnable" type="Node2D"]
|
||||
16
Scenes/enemy.tscn
Normal file
16
Scenes/enemy.tscn
Normal file
@@ -0,0 +1,16 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b5lnjonlf4i1b"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Enemy.gd" id="1_xj62t"]
|
||||
|
||||
[sub_resource type="ImageTexture" id="ImageTexture_s1wwp"]
|
||||
|
||||
[node name="Enemy" type="Node2D"]
|
||||
script = ExtResource("1_xj62t")
|
||||
|
||||
[node name="Sprite" type="Sprite2D" parent="."]
|
||||
texture = SubResource("ImageTexture_s1wwp")
|
||||
|
||||
[node name="Atk_cooldown" type="Timer" parent="."]
|
||||
autostart = true
|
||||
|
||||
[connection signal="timeout" from="Atk_cooldown" to="." method="_on_atk_cooldown_timeout"]
|
||||
@@ -16,10 +16,10 @@ script = ExtResource("1_dgae7")
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 272.0
|
||||
offset_top = 94.0
|
||||
offset_right = 922.0
|
||||
offset_bottom = 388.0
|
||||
offset_left = 260.0
|
||||
offset_top = 95.0
|
||||
offset_right = 910.0
|
||||
offset_bottom = 389.0
|
||||
text = "UNTITLED GAME
|
||||
THAT MAY BE
|
||||
ABOUT A MONSTER"
|
||||
@@ -38,7 +38,7 @@ text = "Start"
|
||||
layout_mode = 0
|
||||
offset_left = 570.0
|
||||
offset_top = 442.0
|
||||
offset_right = 714.0
|
||||
offset_right = 705.0
|
||||
offset_bottom = 489.0
|
||||
text = "Quit
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user