Skip to content
New issue

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

Suggested fixes for botmark.go example #6

Closed
allochi opened this issue Jun 30, 2015 · 1 comment
Closed

Suggested fixes for botmark.go example #6

allochi opened this issue Jun 30, 2015 · 1 comment

Comments

@allochi
Copy link

allochi commented Jun 30, 2015

Hi,

Nice work, I have been exploring the library and I found that botmark.go need these changes

type Game struct {
    engi.World
}

func (game *Game) Preload() {
    engi.Files.Add(engi.NewResource("bot", "data/icon.png"))
}
@paked
Copy link
Member

paked commented Jun 30, 2015

Hmm, I think the entire botmark suite needs to be updated to the latest API...

@paked paked closed this as completed in d0e570c Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants