Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```swift
- func _process(delta):
- if x <= 100:
- state1._process(delta)
- if x > 100:
- state2._process(delta)```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement