bladecoder / bladecoder-adventure-engine

Classic point and click adventure game engine and editor
Apache License 2.0
602 stars 65 forks source link

Something went wrong while creating project #22

Closed Ryogaag closed 9 years ago

Ryogaag commented 9 years ago

I tried to create a new project and it gave me this error: Something went wrong while creating project RuntimeException - Couldn't read resource 'gradle.properties'

Is it a known issue?

bladecoder commented 9 years ago

Ok, this was an error with the .gitignore. It is fixed now. You can run the fixed editor version from master like that:

$ git clone https://github.com/bladecoder/bladecoder-adventure-engine.git $ cd bladecoder-adventure-engine $ ./gradlew adventure-editor:run

Regards.

bladecoder commented 9 years ago

fixed in v0.9.2