-
Notifications
You must be signed in to change notification settings - Fork 16
cannot edit or see code in client app #7
Comments
Hi! Lua code editing seems to work fine for me: Are you using the latest sources everywhere? Make sure the sub-repositories are up-to-date too and try rebuilding everything, maybe. Note that right now, the latest version of Superpowers LÖVE don't support running your game because we just merged the new build system and still need to update Superpowers LÖVE accordingly. EDIT: Running LÖVE games is now supported again in latest master branch. |
Thanks for the quick answer. Yes, I believe I am using the latest sources, but belief isn't really a constant here, so I will check again. Maybe I cloned the wrong repository for the client. I know that I won't be able to do a lot, but am excited for the new features. So I am eager to try things out and report any issues I find. EDIT: Okay, I have deleted my work folder and cloned the repo again using --depth=1 to make sure. I built version 0.23.0 of the client. As I said, the web-ui works and I can edit code there. The problem I am having seems to be related to the client app, so I might be reporting the issue at the wrong place. |
Do you get any error in the app console? You can open it with F12. |
Hmm, looks like you are building the client app. |
Ah! Alright thanks, I did compile all on their own but thought I wouldn't On Fri, Jul 1, 2016 at 9:34 PM, Nicolas Gauthier [email protected]
|
Hi there, I am having a weird issue.
I have installed the latest server from git. I can successfully install love2d as a system and if I connect to the server through the browser UI, everything seems to be in order. However when I build the client app from github source (1.0 prerelease) and then connect to the server, I cannot open any lua scriptfiles. I can see the assets in the tree view but no code appears in the editor and I am unable to create new assets of script files.
The text was updated successfully, but these errors were encountered: