hs-furtwangen / FUDGE

https://hs-furtwangen.github.io/FUDGE/
MIT License
2 stars 0 forks source link

Using FudgeNet for a game causes the editor to fail to open #17

Closed Plagiatus closed 1 month ago

Plagiatus commented 2 months ago

When using FudgeNet like in this file / project, I'm unable to start the FUDG Editor due to this ReferenceError:

grafik

This obviously hinders the development of multiplayer games dramatically.

JirkaDellOro commented 2 months ago

The editor doesn't now FudgeNet yet. Add the following line to the Fudge.html in Editor/Html

<script type="text/javascript" src="../../Distribution/FudgeClient.js"></script>

Plagiatus commented 1 month ago

should I add this or wait for your dev branch to get merged? since you've assigned me I assume I should just quickly fix it myself?

JirkaDellOro commented 1 month ago

That was just to remind you to close the issue, when it's done. I did the fix to my devJirka branch, so we either wait for this to be merged or you might do a fix on main.