Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

v0.8.25 better apple feeding #205

Merged
merged 2 commits into from
Oct 18, 2024
Merged

v0.8.25 better apple feeding #205

merged 2 commits into from
Oct 18, 2024

Conversation

alexanderclarktx
Copy link
Owner

@alexanderclarktx alexanderclarktx commented Oct 18, 2024

  • piggo now chases the apple where you're holding it
    • added Position.data.offset: XY for offset from followed position
  • piggo now eats the apple from your hand

@alexanderclarktx alexanderclarktx changed the title v0.8.25 inventory refactor v0.8.25 better apple feeding Oct 18, 2024
@@ -2,7 +2,7 @@ import { Command } from "@piggo-gg/core";

export const DebugCommand: Command = {
id: "debug",
regex: /\/debug/,
regex: /\/d/,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug console command is now /d

@@ -15,7 +15,7 @@ export const IsometricWorld: WorldBuilder = (props) => {

world.addSystemBuilders([
ExpiresSystem, ControlSystem, ClickableSystem, InputSystem, DebugSystem,
DamageSystem, CommandSystem, NPCSystem, NametagSystem, CooldownSystem,
DamageSystem, CommandSystem, NPCSystem, NametagSystem, CooldownSystem, InventorySystem,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added InventorySystem here because it has to run before ActionSystem

@alexanderclarktx alexanderclarktx merged commit 7f1bb9a into main Oct 18, 2024
@alexanderclarktx alexanderclarktx deleted the alex branch October 18, 2024 20:26
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant