starfighter/Starfighter/scenes/entities/ship.tscn
2026-03-06 22:49:24 +00:00

24 lines
788 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://dx4wnk5okjs6x"]
[ext_resource type="Script" path="res://script/entities/ship.cs" id="1_dmn7f"]
[ext_resource type="Texture2D" uid="uid://ofevjaw7ld0a" path="res://assets/Ships/Fighters/Player/Fighter/ShipBlue.png" id="2_3ch5l"]
[sub_resource type="CircleShape2D" id="CircleShape2D_tndfm"]
radius = 41.0488
[node name="Ship" type="CharacterBody2D"]
collision_mask = 13
motion_mode = 1
script = ExtResource("1_dmn7f")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_tndfm")
[node name="ShipSprite" type="Sprite2D" parent="."]
texture = ExtResource("2_3ch5l")
[node name="LaserSpawn" type="Node2D" parent="."]
position = Vector2(0, -58)
[node name="EffectSpawn" type="Node2D" parent="."]