Frequently asked questions in Scripting: Difference between revisions

m
add Script/How many frames per second?
m (Add a few FAQs)
m (add Script/How many frames per second?)
Line 1: Line 1:
This page lists the short, common questions asked when scripting or building a game.
This page lists the short, common questions asked when scripting or building a game.
== Frames per second ==
[[Fancade]] runs at 60 frames per second. Note that for more intensive games, graphics may slow down (from a tiny amount to noticeable lag) but the game will still execute scripts at 60 frames per second.


== Can't move camera in edit-mode ==
== Can't move camera in edit-mode ==