We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there is a way to include CDQ in a motion-game template?
I try:
class Application < MG::Application include CDQ def start cdq.setup MG::Director.shared.run(MenuScene.new) end end
and
class Score < CDQManagedObject end
but i get:
*** Starting simulator (main)> 2016-02-29 15:58:49.832 Hubble[38952:1824353] score.rb:1:in `<main>': uninitialized constant CDQManagedObject (NameError) 2016-02-29 15:58:49.835 Hubble[38952:1824353] *** Terminating app due to uncaught exception 'NameError', reason: 'score.rb:1:in `<main>': uninitialized constant CDQManagedObject (NameError)
Any idea?
The text was updated successfully, but these errors were encountered:
There should be nothing special about it AFAIK but I have no experience with motion-game. Seems like a more general compilation order issue.
Sorry, something went wrong.
No branches or pull requests
there is a way to include CDQ in a motion-game template?
I try:
and
but i get:
Any idea?
The text was updated successfully, but these errors were encountered: