Advertisement
Guest User

FPS World Node

a guest
Apr 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. extends Spatial
  2.  
  3. # Declare member variables here. Examples:
  4. # var a = 2
  5. # var b = "text"
  6.  
  7. # Called when the node enters the scene tree for the first time.
  8. func _ready():
  9. $FPS/fps.show()
  10. pass # Replace with function body.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement