Last seen: Jul 30, 2023
ah, ok. That would be a god idea for a future feature, it would be nice to be able to edit the code for a game were working on directly instead of thr...
Now that I think about it, I should just be able to directly edit the UI by modifying the games code right? I see all those files in VS Code from open...
@wano So im just trying to draw a simple window box, but i still get those errors. I included all the neccessary imports import { RPM } from ".....
Another bug, when placing down mountains with any kind of angle to them, you cant walk over top of them. I've included my project so you can see. If y...
I just confirmed that it does this with regular tiles from the tileset too
I think im just going to put the brakes on this for now haha 🤣 learning a whole new programming language takes some time so i'll just wait haha.
@wano Like this? import { RPM } from "../path.js" import { System } from "../../System/index.js"; import { Graphic } from "../../Graphic/index.js...
I just realized i posted the wrong code, my mistake, here is what i tried: import { RPM } from "../path.js"; import { Graphic } from "../core/i...
Oh!, well im glad i found that. I found some other bugs too, but i havent said anything yet but i will document them one of these days for you.
AH, ok thank you, I dont think the walktrhough stated they need to be deleted, thats were i was confused, now it works. But lets say the trees are sup...
@wano Hmm, I'll have to play around with it some more and figure it out. Thank you!
@wano I tried that, but for some reason, the tileset for the sword wasnt i there, so I found it and loaded it but the selection for the tile is 32 x 6...