Frequently asked questions in Scripting: Difference between revisions
Frequently asked questions in Scripting (view source)
Revision as of 11:05, 18 December 2024
, 18 December 2024add Script/How many frames per second?
-u ndefined- (talk | contribs) m (Add a few FAQs) |
-u ndefined- (talk | contribs) 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 == |