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

Some 1.0 fixes #15360

Open
wants to merge 8 commits into
base: experimental
Choose a base branch
from
Open

Conversation

LarryFrosty
Copy link
Contributor

@LarryFrosty LarryFrosty commented Aug 20, 2024

  • Changed getLuaObject to return Dynamic instead of FlxSprite
  • Removed text argument from getLuaObject
  • Updated Template.hx to include new callbacks
  • Changed BaseStage.Countdown to Countdown in Template.hx
  • Lua text functions now use getObjectDirectly to get the text object
  • luaSoundExists now starts the string with "sound_"
  • Changed the obj variable's type on luaTextExists and luaSoundExists to their respective ones
  • Changed the obj variable's type on getMidpointX, getMidpointY, getScreenPositionX, getScreenPositionY, screenCenter to FlxObject and setObjectCamera to FlxBasic
  • startTween now calls the callbacks with the original tag

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