Compare commits
1 Commits
9ab87cc2da
...
release
| Author | SHA1 | Date | |
|---|---|---|---|
| 75fb76ef03 |
@@ -1 +0,0 @@
|
|||||||
extends Node2D
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
uid://1c5nfdg2aud4
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
[gd_scene format=3 uid="uid://o2egm85y3wul"]
|
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://1c5nfdg2aud4" path="res://Games/SpaceResources/Assets/TheMoon/TheMoon.gd" id="1_sr6fy"]
|
|
||||||
[ext_resource type="Texture2D" uid="uid://dng410xo7qqfv" path="res://Assets/PixelPlanets/a-moon.png" id="2_oy8k5"]
|
|
||||||
|
|
||||||
[node name="TheMoon" type="Node2D" unique_id=1994078602]
|
|
||||||
script = ExtResource("1_sr6fy")
|
|
||||||
|
|
||||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1777467462]
|
|
||||||
texture_filter = 1
|
|
||||||
texture_repeat = 1
|
|
||||||
texture = ExtResource("2_oy8k5")
|
|
||||||
|
|
||||||
[node name="Control" type="Control" parent="." unique_id=1752474701]
|
|
||||||
layout_mode = 3
|
|
||||||
anchors_preset = 0
|
|
||||||
offset_left = 20.0
|
|
||||||
offset_top = 20.0
|
|
||||||
offset_right = 20.0
|
|
||||||
offset_bottom = 20.0
|
|
||||||
|
|
||||||
[node name="VBoxContainer" type="VBoxContainer" parent="Control" unique_id=61689214]
|
|
||||||
layout_mode = 0
|
|
||||||
offset_right = 110.0
|
|
||||||
offset_bottom = 77.0
|
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="Control/VBoxContainer" unique_id=1786036540]
|
|
||||||
layout_mode = 2
|
|
||||||
text = "Iron"
|
|
||||||
|
|
||||||
[node name="Label2" type="Label" parent="Control/VBoxContainer" unique_id=374559952]
|
|
||||||
layout_mode = 2
|
|
||||||
text = "Copper"
|
|
||||||
|
|
||||||
[node name="Label3" type="Label" parent="Control/VBoxContainer" unique_id=1739358724]
|
|
||||||
layout_mode = 2
|
|
||||||
text = "Copper"
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
[gd_scene format=3 uid="uid://cbqapc1frbhtv"]
|
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://dslwh6krdrhb" path="res://Games/SpaceResources/UI/ui.gd" id="1_0oc4u"]
|
|
||||||
|
|
||||||
[node name="Ui" type="Control" unique_id=1649292342]
|
|
||||||
layout_mode = 3
|
|
||||||
anchors_preset = 15
|
|
||||||
anchor_right = 1.0
|
|
||||||
anchor_bottom = 1.0
|
|
||||||
grow_horizontal = 2
|
|
||||||
grow_vertical = 2
|
|
||||||
script = ExtResource("1_0oc4u")
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
extends Control
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
uid://dslwh6krdrhb
|
|
||||||
@@ -1,8 +1,7 @@
|
|||||||
[gd_scene format=3 uid="uid://cycayd4l7k7s4"]
|
[gd_scene format=3 uid="uid://cycayd4l7k7s4"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://bqslv86lm78ci" path="res://Games/SpaceResources/Scripts/RecurionCamera.gd" id="1_002bs"]
|
[ext_resource type="Script" uid="uid://bqslv86lm78ci" path="res://Games/SpaceResources/Scripts/RecurionCamera.gd" id="1_002bs"]
|
||||||
[ext_resource type="PackedScene" uid="uid://cbqapc1frbhtv" path="res://Games/SpaceResources/UI/UI.tscn" id="2_qgdyp"]
|
[ext_resource type="Texture2D" uid="uid://dng410xo7qqfv" path="res://Assets/PixelPlanets/a-moon.png" id="2_qgdyp"]
|
||||||
[ext_resource type="PackedScene" uid="uid://o2egm85y3wul" path="res://Games/SpaceResources/Assets/TheMoon/TheMoon.tscn" id="3_yu4li"]
|
|
||||||
|
|
||||||
[node name="Recuration" type="Node2D" unique_id=1741828961]
|
[node name="Recuration" type="Node2D" unique_id=1741828961]
|
||||||
|
|
||||||
@@ -11,7 +10,7 @@ script = ExtResource("1_002bs")
|
|||||||
movement_speed = 10.0
|
movement_speed = 10.0
|
||||||
metadata/_custom_type_script = "uid://bqslv86lm78ci"
|
metadata/_custom_type_script = "uid://bqslv86lm78ci"
|
||||||
|
|
||||||
[node name="Ui" parent="RecurionCamera" unique_id=1649292342 instance=ExtResource("2_qgdyp")]
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=45756830]
|
||||||
|
texture_filter = 1
|
||||||
[node name="TheMoon" parent="." unique_id=1994078602 instance=ExtResource("3_yu4li")]
|
texture_repeat = 1
|
||||||
position = Vector2(-181, -79)
|
texture = ExtResource("2_qgdyp")
|
||||||
|
|||||||
Reference in New Issue
Block a user