✨ Ebb and flow
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cppmks4ln28yd"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://p3urintydjlo" path="res://assets/attacker.svg" id="1_56wxx"]
|
||||
[ext_resource type="Texture2D" uid="uid://p3urintydjlo" path="res://assets/images/attacker.svg" id="1_56wxx"]
|
||||
[ext_resource type="Script" path="res://scripts/attacker.gd" id="1_d7hg4"]
|
||||
|
||||
[node name="Attacker" type="CharacterBody2D"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://h4fxpxqc6bpt"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/bullet.gd" id="1_7ic61"]
|
||||
[ext_resource type="Texture2D" uid="uid://voltvmrkr73s" path="res://assets/bullet.svg" id="1_tytsj"]
|
||||
[ext_resource type="Texture2D" uid="uid://voltvmrkr73s" path="res://assets/images/bullet.svg" id="1_tytsj"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_r7dy5"]
|
||||
size = Vector2(8, 24)
|
||||
@ -22,6 +22,7 @@ rotation = 1.5708
|
||||
shape = SubResource("RectangleShape2D_r7dy5")
|
||||
|
||||
[node name="DisposeTimer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
autostart = true
|
||||
|
||||
[connection signal="timeout" from="DisposeTimer" to="." method="_on_timed_out"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cwkcf8h5rspoh"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/player.gd" id="1_sa7t7"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4daomndc1ag" path="res://assets/player.svg" id="2_3pad2"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4daomndc1ag" path="res://assets/images/player.svg" id="2_3pad2"]
|
||||
[ext_resource type="PackedScene" uid="uid://h4fxpxqc6bpt" path="res://scenes/objects/bullet.tscn" id="2_v83ov"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_k56cq"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://cxlgt8h33u7os"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/tower.gd" id="1_d5o8q"]
|
||||
[ext_resource type="Texture2D" uid="uid://jxub8lma4oud" path="res://assets/tower_background.svg" id="2_ynj1l"]
|
||||
[ext_resource type="Texture2D" uid="uid://jxub8lma4oud" path="res://assets/images/tower.svg" id="2_ynj1l"]
|
||||
[ext_resource type="Script" path="res://scripts/tower_health_display.gd" id="3_ijb8h"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_7mogk"]
|
||||
|
Reference in New Issue
Block a user