Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import bge
- def main():
- cont = bge.logic.getCurrentController()
- owner = cont.owner
- owner.localScale.x+=.1
- print(owner.localScale)
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement