21 lines
691 B
Plaintext
21 lines
691 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://ckh362yqjkpi0"]
|
|
|
|
[ext_resource type="Script" path="res://script/player.cs" id="1_lhmq0"]
|
|
[ext_resource type="Texture2D" uid="uid://lcb2vm87qo30" path="res://assets/PNG/playerShip1_blue.png" id="2_1ykv0"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_btpq3"]
|
|
radius = 41.0488
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
motion_mode = 1
|
|
script = ExtResource("1_lhmq0")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_btpq3")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_1ykv0")
|
|
|
|
[node name="LaserSpawn" type="Node2D" parent="."]
|
|
position = Vector2(0, -58)
|