starcheese/src/vessels/hulls/base_hull.tscn

21 lines
608 B
Plaintext
Raw Normal View History

2024-11-12 15:05:38 +01:00
[gd_scene load_steps=3 format=3 uid="uid://b1goask3ynem3"]
[ext_resource type="Texture2D" uid="uid://cran7fr1i2qou" path="res://images/spaceship-placeholder.png" id="1_2uldm"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_3vtwu"]
radius = 48.0
height = 102.0
[node name="spaceship" type="CharacterBody2D"]
position = Vector2(956, 623)
collision_layer = 2
motion_mode = 1
[node name="Sprite2D" type="Sprite2D" parent="."]
z_index = 1
rotation = 1.5708
texture = ExtResource("1_2uldm")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CapsuleShape2D_3vtwu")