index
:
chicken-chaser-gd
master
start chasing chickens, dummy
dusoleil
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
FPS Counter.gd
blob: cc082a21bb1a97198a0d1c4857e58e804f5bfde0 (
plain
) (
blame
)
1
2
3
4
extends Label func _process(_delta): set_text("FPS: %.1f" % Engine.get_frames_per_second())