new input system, add pausing
All checks were successful
CI / build (push) Successful in 2m52s

This commit is contained in:
Ultrablob 2025-02-07 13:37:10 -05:00
parent 4a31db6411
commit 88c05bbd8c
21 changed files with 194 additions and 75 deletions

View file

@ -1,10 +1,9 @@
[gd_scene load_steps=8 format=3 uid="uid://d2xigwib6hka4"]
[gd_scene load_steps=7 format=3 uid="uid://d2xigwib6hka4"]
[ext_resource type="Texture2D" uid="uid://ba2tcipuc8rdi" path="res://quare 2.png" id="1_thx02"]
[ext_resource type="Shader" uid="uid://c2p7rwspwqmr8" path="res://greyscale.tres" id="1_unkpb"]
[ext_resource type="Texture2D" uid="uid://barlie6sierj" path="res://square.png" id="2_odtey"]
[ext_resource type="Script" path="res://RechargeProgress.gd" id="3_gufwx"]
[ext_resource type="Texture2D" uid="uid://cqxvhnxgi4k7" path="res://1-Bit Input Prompts Pixel 16/Tiles (White)/tile_0357.png" id="5_isqlk"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_5a8v0"]
resource_local_to_scene = true
@ -30,18 +29,3 @@ texture_progress = ExtResource("2_odtey")
texture_progress_offset = Vector2(2.08165e-12, 2.08165e-12)
tint_progress = Color(0, 0, 0, 0.443137)
script = ExtResource("3_gufwx")
[node name="prompt" type="TextureRect" parent="."]
self_modulate = Color(1, 1, 1, 0.552941)
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -17.0
offset_right = 23.0
offset_bottom = 40.0
grow_horizontal = 2
grow_vertical = 0
texture = ExtResource("5_isqlk")