mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
fix alk's commit
This commit is contained in:
parent
e155c336c8
commit
0cc77ae9b3
2 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
#include <loader/LoaderImpl.hpp>
|
#include <loader/LoaderImpl.hpp>
|
||||||
#include <loader/console.hpp>
|
#include <loader/console.hpp>
|
||||||
#include <loader/updater.hpp>
|
#include <loader/updater.hpp>
|
||||||
|
#include <Geode/utils/NodeIDs.hpp>
|
||||||
|
|
||||||
using namespace geode::prelude;
|
using namespace geode::prelude;
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ using namespace geode::node_ids;
|
||||||
|
|
||||||
$register_ids(LoadingLayer) {
|
$register_ids(LoadingLayer) {
|
||||||
setIDs(
|
setIDs(
|
||||||
0, this,
|
this, 0,
|
||||||
"bg-texture",
|
"bg-texture",
|
||||||
"gd-logo",
|
"gd-logo",
|
||||||
"robtop-logo",
|
"robtop-logo",
|
||||||
|
@ -18,4 +18,4 @@ $register_ids(LoadingLayer) {
|
||||||
"text-area",
|
"text-area",
|
||||||
"progress-slider"
|
"progress-slider"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue