starfighter/MB_FYP/scenes/ship.tscn

23 lines
759 B
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=3 uid="uid://dx4wnk5okjs6x"]
[ext_resource type="Script" path="res://script/ship.cs" id="1_u8ww1"]
[ext_resource type="Texture2D" uid="uid://ofevjaw7ld0a" path="res://assets/Ships/Fighters/Player/Fighter/ShipBlue.png" id="2_fvvdf"]
[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
script = ExtResource("1_u8ww1")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_tndfm")
[node name="ShipSprite" type="Sprite2D" parent="."]
texture = ExtResource("2_fvvdf")
[node name="LaserSpawn" type="Node2D" parent="."]
position = Vector2(0, -58)
[node name="EffectSpawn" type="Node2D" parent="."]