2025-04-17 18:24:50 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dx4wnk5okjs6x"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" path="res://assets/Player/Fighter/ShipBlue.png" id="1_g3tsu"]
|
|
|
|
|
[ext_resource type="Script" path="res://script/ship.cs" id="1_u8ww1"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_tndfm"]
|
|
|
|
|
radius = 41.0488
|
|
|
|
|
|
|
|
|
|
[node name="Ship" type="CharacterBody2D"]
|
2025-04-18 01:07:51 +00:00
|
|
|
motion_mode = 1
|
2025-04-17 18:24:50 +00:00
|
|
|
script = ExtResource("1_u8ww1")
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
|
shape = SubResource("CircleShape2D_tndfm")
|
|
|
|
|
|
|
|
|
|
[node name="ShipSprite" type="Sprite2D" parent="."]
|
|
|
|
|
texture = ExtResource("1_g3tsu")
|
|
|
|
|
|
|
|
|
|
[node name="LaserSpawn" type="Node2D" parent="."]
|
|
|
|
|
position = Vector2(0, -58)
|
|
|
|
|
|
|
|
|
|
[node name="EffectSpawn" type="Node2D" parent="."]
|