1
0
mirror of https://github.com/Relintai/broken_seals.git synced 2025-01-01 01:37:12 +01:00
broken_seals/game/ui/spellbook/game_module.tres

13 lines
443 B
Plaintext

[gd_resource type="Resource" load_steps=4 format=2]
[ext_resource path="res://ui/theme/spellbook_icon.tres" type="Texture" id=1]
[ext_resource path="res://ui/spellbook/SpellBookWindow.tscn" type="PackedScene" id=2]
[ext_resource path="res://scripts/game_modules/ui_window_module.gd" type="Script" id=3]
[resource]
script = ExtResource( 3 )
enabled = true
character_scene = ExtResource( 2 )
opener_button_texture = ExtResource( 1 )
index = 1