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
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
[gd_scene format=3 uid="uid://b3ngjk0lkeemd"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bsjn11wcewgya" path="res://Assets/PlaceHolders/Blob.png" id="1_1rre0"]
|
|
[ext_resource type="Script" uid="uid://bxqq5rcm0twuk" path="res://Scenes/Projectile_1.gd" id="1_lrei0"]
|
|
|
|
[sub_resource type="GDScript" id="GDScript_4ipem"]
|
|
script/source = "extends Area2D
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
#func _ready() -> void:
|
|
# pass # Replace with function body.
|
|
|
|
|
|
"
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_v0834"]
|
|
|
|
[node name="Projectile1" type="Node2D" unique_id=1531719161]
|
|
script = ExtResource("1_lrei0")
|
|
|
|
[node name="Area2D" type="Area2D" parent="." unique_id=1629546418 groups=["Projectiles"]]
|
|
collision_layer = 2
|
|
collision_mask = 2
|
|
script = SubResource("GDScript_4ipem")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=286593893]
|
|
scale = Vector2(1.1, 1.1)
|
|
shape = SubResource("CircleShape2D_v0834")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="Area2D" unique_id=1983633174]
|
|
position = Vector2(-0.9999995, 1)
|
|
scale = Vector2(0.17, 0.17)
|
|
texture = ExtResource("1_1rre0")
|