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

Big functionality update #18

Merged
merged 100 commits into from
Aug 7, 2018
Merged

Big functionality update #18

merged 100 commits into from
Aug 7, 2018

Conversation

Liquidream
Copy link
Owner

New Features

  • Added UI settings properties (for easy custom UI theming)
  • Fake 3D depth "auto-scaling" of Actors (affects size and walk speed to simulate distance)
  • Now made "Scale" an Actor/Obj property
  • Actor path-finding now more precisely walks to target point
  • Added offset X,Y position for talking overlay sprites
  • Actors and Objects can now have animations (via do_anim())
  • Can now specify default verb for clicking on inventory items (e.g. LOOK-AT)
  • Skip current dialog (left-click/Z)
  • Skip cutscene (right-click/X)

Fixes

  • Fixed "Walking to Object, then clicking diff Verb does latter"
  • Fixed "USE" display (and also sample Game "bucket" logic)
  • Fixed hover obj display when executing
  • Fixed error if specify invalid sprite state
  • Fixed issue for actors without walk anims (defaults to "idle" anim)

Noteworthy/Breaking Changes

  • Auto-depth actor scaling is now on by default
  • New UI settings properties must be set on game start-up
  • Refactored do_anim() function's anim_face param is now face_towards
  • Token count and character count have increased a lot as a result of the above changes - meaning less space for actual game content. However, you could always try spanning games across multiple carts, like I just did with my game: "CODE-8"
  • enable_mouse property removed - now always on by default

@Liquidream Liquidream merged commit b7e5d21 into master Aug 7, 2018
@Liquidream Liquidream deleted the dev-paul branch August 7, 2018 16:07
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