Move the ImageButton for the player ui.

This commit is contained in:
Relintai 2022-02-12 19:52:07 +01:00
parent be23612409
commit 17b0381bf5
3 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
[ext_resource path="res://player/GUI.gd" type="Script" id=5]
[ext_resource path="res://ui/player/player_ui/player_ui.gd" type="Script" id=6]
[ext_resource path="res://ui/ingame_menu/IngameMenu.tscn" type="PackedScene" id=7]
[ext_resource path="res://ui/buttons/Buttons.gd" type="Script" id=8]
[ext_resource path="res://ui/buttons/ImageButton.tscn" type="PackedScene" id=9]
[ext_resource path="res://ui/player/player_ui/buttons/Buttons.gd" type="Script" id=8]
[ext_resource path="res://ui/player/player_ui/buttons/ImageButton.tscn" type="PackedScene" id=9]
[node name="GUILayer" type="CanvasLayer"]
script = ExtResource( 6 )