The_Dark_Side_of_Earth/earth.tscn

23 lines
721 B
Text
Raw Normal View History

2025-09-15 19:15:43 +02:00
[gd_scene load_steps=4 format=3 uid="uid://jjoyj1ldafkf"]
2025-09-15 18:25:00 +02:00
[ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="1_qbwya"]
2025-09-15 19:15:43 +02:00
[ext_resource type="Script" path="res://draw_circle.gd" id="2_2bhor"]
2025-09-15 18:25:00 +02:00
[sub_resource type="CircleShape2D" id="CircleShape2D_5i67w"]
radius = 3000.0
[node name="Earth" type="Node2D"]
[node name="Ground" type="StaticBody2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground"]
shape = SubResource("CircleShape2D_5i67w")
[node name="Sprite2D" type="Sprite2D" parent="Ground"]
texture = ExtResource("1_qbwya")
script = ExtResource("2_2bhor")
radius = 3000.0
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(47, -3283)