From 32465f3db35e282f141a98520b4bde204f720791 Mon Sep 17 00:00:00 2001 From: Tony <1414927+zfbTony@users.noreply.github.com> Date: Sun, 15 Sep 2019 00:41:40 -0400 Subject: [PATCH] moved guis to where they're called in script --- .../BaseGame/game/data/ui/{ => scripts}/guis/messageBoxOK.gui | 0 .../BaseGame/game/data/ui/{ => scripts}/guis/messageBoxYesNo.gui | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Templates/BaseGame/game/data/ui/{ => scripts}/guis/messageBoxOK.gui (100%) rename Templates/BaseGame/game/data/ui/{ => scripts}/guis/messageBoxYesNo.gui (100%) diff --git a/Templates/BaseGame/game/data/ui/guis/messageBoxOK.gui b/Templates/BaseGame/game/data/ui/scripts/guis/messageBoxOK.gui similarity index 100% rename from Templates/BaseGame/game/data/ui/guis/messageBoxOK.gui rename to Templates/BaseGame/game/data/ui/scripts/guis/messageBoxOK.gui diff --git a/Templates/BaseGame/game/data/ui/guis/messageBoxYesNo.gui b/Templates/BaseGame/game/data/ui/scripts/guis/messageBoxYesNo.gui similarity index 100% rename from Templates/BaseGame/game/data/ui/guis/messageBoxYesNo.gui rename to Templates/BaseGame/game/data/ui/scripts/guis/messageBoxYesNo.gui