Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. //outside godot
  2. func _process(delta) {
  3. // do the thing
  4. }
  5.  
  6. # Inside Godot
  7. func _process(delta):
  8. # Do the thing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement