8,013
edits
Paradox-01 (talk | contribs) m (Code management) |
Paradox-01 (talk | contribs) |
||
Line 241: | Line 241: | ||
====Code management==== | ====Code management==== | ||
In order to sort things and avoid code duplication I'm | In order to sort things and avoid code duplication I'm trying to spit things for now the following way: | ||
* game related code such as a level loading function and menu references goes to the '''Game Instance''' | |||
* level reladed code such as a Slash Screen fuction goes to the '''Level blueprint''' | |||
* player realted code such as keyboard inputs go to a custom '''Player Controller''' (changeable in the Game Mode) | |||
* AI related code goes to the '''ONCC component blueprint''' | |||
====Videos==== | ====Videos==== |
edits