Skip to content

Commit

Permalink
Add profile resource to starcoinshard
Browse files Browse the repository at this point in the history
  • Loading branch information
Luminyx1 committed Nov 19, 2022
1 parent 4c6ab0a commit 71c222c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/actors/starcoinshard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const Profile StarCoinShardProfile(&StarCoinShard::build, ProfileID::StarCoinSha
const Profile StarCoinShardMgrProfile(&StarCoinShardMgr::build, ProfileID::StarCoinShardMgr);

PROFILE_RESOURCES(ProfileID::StarCoinShard, Profile::LoadResourcesAt::Course, "star_shard");
PROFILE_RESOURCES(ProfileID::StarCoinShardMgr, Profile::LoadResourcesAt::Course, "star_coin");

const HitboxCollider::Info StarCoinShard::collisionInfo = {
Vec2f(0.0f, 0.0f), Vec2f(10.0f, 10.0f), HitboxCollider::Shape::Rectangle, 5, 0, 0x824F, 0x20208, 0, &StarCoinShard::collisionCallback
Expand Down

0 comments on commit 71c222c

Please sign in to comment.