This commit is contained in:
Tabby 2025-07-18 22:41:26 +10:00
parent 1a5c9d3425
commit bcbe8ab287
6 changed files with 53 additions and 22 deletions

View file

@ -1,11 +1,9 @@
[gd_scene load_steps=14 format=3 uid="uid://hv07lm2tjwn4"]
[gd_scene load_steps=12 format=3 uid="uid://hv07lm2tjwn4"]
[ext_resource type="PackedScene" uid="uid://crrbht7mwhgyc" path="res://Prefabs/lander.tscn" id="1_80nbo"]
[ext_resource type="Script" uid="uid://bltj2frs6vqwj" path="res://autoscroll.gd" id="1_feb5d"]
[ext_resource type="Script" uid="uid://mwbiu2ajbxlk" path="res://battery_manager.gd" id="1_ryrav"]
[ext_resource type="Texture2D" uid="uid://evhjxwdbsmlo" path="res://Sprites/start.png" id="2_e2o6t"]
[ext_resource type="Texture2D" uid="uid://1uqioi3jaw62" path="res://Sprites/batteryOutline.png" id="2_eow3j"]
[ext_resource type="Texture2D" uid="uid://1gx13iy21l2a" path="res://Sprites/batteryfull.png" id="3_j5wjh"]
[ext_resource type="PackedScene" uid="uid://cfdsa5scvso6m" path="res://Prefabs/spare_battery.tscn" id="4_eow3j"]
[ext_resource type="Script" uid="uid://dd8psfqfobgau" path="res://test_obstacle_spawner.gd" id="6_vef74"]
[ext_resource type="PackedScene" uid="uid://jb677rdhbj83" path="res://Prefabs/obstacle.tscn" id="8_j5wjh"]
@ -54,28 +52,16 @@ layout_mode = 1
offset_right = 68.0
offset_bottom = 32.0
script = ExtResource("1_ryrav")
current_battery = NodePath("Battery")
current_battery = NodePath("Battery4")
[node name="Battery" type="TextureProgressBar" parent="CanvasLayer/UI/BatteryHolder"]
[node name="Battery4" parent="CanvasLayer/UI/BatteryHolder" instance=ExtResource("4_eow3j")]
layout_mode = 2
max_value = 16.0
value = 16.0
fill_mode = 3
texture_under = ExtResource("2_eow3j")
texture_progress = ExtResource("3_j5wjh")
tint_progress = Color(0, 1, 0, 1)
[node name="Battery2" parent="CanvasLayer/UI/BatteryHolder" instance=ExtResource("4_eow3j")]
layout_mode = 2
[node name="Battery3" type="TextureProgressBar" parent="CanvasLayer/UI/BatteryHolder"]
[node name="Battery3" parent="CanvasLayer/UI/BatteryHolder" instance=ExtResource("4_eow3j")]
layout_mode = 2
max_value = 16.0
value = 16.0
fill_mode = 3
texture_under = ExtResource("2_eow3j")
texture_progress = ExtResource("3_j5wjh")
tint_progress = Color(0, 1, 0, 1)
[node name="Camera2D" type="Camera2D" parent="."]
anchor_mode = 0