I hate github desktop oh my god just let me create a new branch i gave up on creating a new branch It wont let me move to a new branch cause it thinks there are conflicts. what the fuck is the point of that It may say that there are conflicting files. push them through anyways, git is tweaking. I tested it myself, and the last commit to main was also from me so there's nothing to be conflicting with
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
[gd_scene format=3 uid="uid://db1oeukux1376"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://xg0mu5mtpcgo" path="res://Assets/PlaceHolders/BuffMonk.png" id="1_g6sln"]
|
|
[ext_resource type="Script" uid="uid://d34snqiuscbv8" path="res://Scenes/enemy_1.gd" id="1_s7od6"]
|
|
[ext_resource type="PackedScene" uid="uid://b3ngjk0lkeemd" path="res://Scenes/Projectile_1.tscn" id="2_n3m8v"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_g6sln"]
|
|
|
|
[node name="Enemy1" type="CharacterBody2D" unique_id=1765361359]
|
|
script = ExtResource("1_s7od6")
|
|
Projectile = ExtResource("2_n3m8v")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=93765061]
|
|
position = Vector2(22, -29)
|
|
scale = Vector2(0.3, 0.3)
|
|
texture = ExtResource("1_g6sln")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1856443411]
|
|
scale = Vector2(6, 6)
|
|
shape = SubResource("CapsuleShape2D_g6sln")
|
|
|
|
[node name="DirectionTimer" type="Timer" parent="." unique_id=509704860]
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="DirectionTimer" to="." method="_on_timer_timeout"]
|