parrot64 / ENDLESS

https://parrot64.github.io/ENDLESS/
1 stars 1 forks source link

Implemented loading enemies from files. #12

Closed DanilKorotenko closed 2 months ago

DanilKorotenko commented 2 months ago

If it doesn't work, change the slash in path

path$="ENEMIES/AREA1/"+DummyNames$(aDummyIndex)

to

path$="ENEMIES\AREA1\"+DummyNames$(aDummyIndex)