Needed to rewrite the pathing to get this to work. I actually had been using a purposefully broken pathing algorithm from when I was making random maps.
This commit is contained in:
parent
c894f6e094
commit
e92fd2b6f3
10 changed files with 169 additions and 111 deletions
|
@ -35,7 +35,6 @@ namespace gui {
|
|||
$gui.set<Sprite>(gui_id, {"armored_knight"});
|
||||
} else {
|
||||
$gui.set<Rectangle>(gui_id, {});
|
||||
dbc::log("!!!!!!!!!!!!!!!!! is this used: $gui.set<ActionData>(gui_id, {make_any<string>(name)});");
|
||||
|
||||
if(name == "ritual_ui") {
|
||||
$gui.set<Clickable>(gui_id, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue