Fix import paths

master
Marc Gilleron 2020-08-01 23:46:49 +01:00
parent 199c831d72
commit 9dd90018eb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
extends CenterContainer
const Blocks = preload("../blocks/blocks.tres")
const Blocks = preload("../../blocks/blocks.tres")
onready var _selected_frame = $HBoxContainer/HotbarSlot/HotbarSlotSelect
onready var _slot_container = $HBoxContainer

View File

@ -1,6 +1,6 @@
extends Control
const Blocks = preload("../blocks/blocks.tres")
const Blocks = preload("../../blocks/blocks.tres")
onready var _texture_rect = $TextureRect