mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 23:13:49 +00:00
Game state manager and restored inventory
This commit is contained in:
parent
f0f49f8fb4
commit
a0ec2f3d74
27 changed files with 1283 additions and 1175 deletions
6
Scenes/Utils/GlobalInputManager.tscn
Normal file
6
Scenes/Utils/GlobalInputManager.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://dhm44md5hllhn"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://y776grpi3a30" path="res://Scripts/Utils/GlobalInputManager.cs" id="1_kms28"]
|
||||
|
||||
[node name="GlobalInputManager" type="Node"]
|
||||
script = ExtResource("1_kms28")
|
||||
Loading…
Add table
Add a link
Reference in a new issue