Files
godot-host-test/Game/projectile.tscn
T
2026-07-17 09:59:07 +02:00

19 lines
800 B
Plaintext

[gd_scene format=3 uid="uid://brbufibn7hi3o"]
[ext_resource type="Script" uid="uid://dc5mvle8lc40j" path="res://Game/Projectile.cs" id="1_80yud"]
[ext_resource type="Script" uid="uid://qjonl8stia46" path="res://addons/GodotDI/ServiceSource.cs" id="2_3kmdq"]
[ext_resource type="Texture2D" uid="uid://y1ros3y7hag2" path="res://icon.svg" id="3_1i54g"]
[node name="Projectile" type="Node2D" unique_id=1686616504]
script = ExtResource("1_80yud")
[node name="Scope" type="Node" parent="." unique_id=513224818 node_paths=PackedStringArray("InjectedNodes")]
script = ExtResource("2_3kmdq")
InjectedNodes = [NodePath("..")]
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1021740171]
modulate = Color(1, 1, 0, 1)
rotation = 0.7853982
scale = Vector2(0.3, 0.3)
texture = ExtResource("3_1i54g")