21 lines
764 B
Plaintext
21 lines
764 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bhuvrdvcm6exi"]
|
|
|
|
[ext_resource type="Script" uid="uid://dfueb8qi64ld1" path="res://scripts/station.gd" id="1_0r0hh"]
|
|
[ext_resource type="Texture2D" uid="uid://c1npf2gngyyxp" path="res://assets/buildings/starbase.png" id="1_rod8h"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_0r0hh"]
|
|
radius = 5.332485
|
|
|
|
[node name="Station" type="Node2D"]
|
|
script = ExtResource("1_0r0hh")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.023437498, 0.023437498)
|
|
texture = ExtResource("1_rod8h")
|
|
|
|
[node name="Area2D" type="Area2D" parent="Sprite2D"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Sprite2D/Area2D"]
|
|
scale = Vector2(48.695583, 47.76953)
|
|
shape = SubResource("CircleShape2D_0r0hh")
|