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

Add a new mob (cow) #109

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Add a new mob (cow) #109

wants to merge 1 commit into from

Conversation

agluszak
Copy link
Member

No description provided.

@agluszak agluszak requested a review from abstrackt July 21, 2019 17:57
@todo
Copy link

todo bot commented Jul 21, 2019

add new model

add(new RenderableComponent(Models.tank)); // TODO add new model
add(new StatsComponent(10, 10, 50, 200, 0));
add(new AgencyComponent(new CowAgency(), false));
add(new CollisionComponent(CollisionComponent.Type.LIVING));
add(new ExperienceWorthComponent(100));
add(new HealthBarComponent(Models.healthBar));


This comment was generated by todo based on a TODO comment in 0569b1b in #109. cc @vanbinhstudios.

@agluszak agluszak changed the base branch from master to dev July 21, 2019 17:57
@agluszak
Copy link
Member Author

@abstrackt daj proszę sprite'a krowy .-.

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

Successfully merging this pull request may close these issues.

1 participant