Advertisement
otorp2

discord formatting

Dec 22nd, 2016
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. ```swift
  2. func _process(delta):
  3. if x <= 100:
  4. state1._process(delta)
  5. if x > 100:
  6. state2._process(delta)```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement