1
Fork 0
mirror of https://github.com/Cookie-CHR/LD54-SPAce-ltd.git synced 2024-11-21 23:14:18 +00:00
space-ltd/Components/planet.tscn
2023-10-15 18:46:50 +02:00

18 lines
723 B
Text

[gd_scene load_steps=5 format=3 uid="uid://wy72xrwtrek0"]
[ext_resource type="Script" path="res://Components/sprite_follow_mouse.gd" id="1_1lk5a"]
[ext_resource type="Texture2D" uid="uid://ljtkplpv5okm" path="res://Images/Rock.png" id="2_8hn2a"]
[ext_resource type="Script" path="res://Components/sprite__variations.gd" id="3_6q0s6"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_7fgh8"]
size = Vector2(80, 80)
[node name="Area2D" type="Area2D"]
script = ExtResource("1_1lk5a")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_8hn2a")
script = ExtResource("3_6q0s6")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_7fgh8")