You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
1. 함수 선언과 호출을 이용해 적극적으로 코드 분리를 한다.
2. module을 이용해 객체 지향적으로 코드를 구현해본다.
module 사용법 문서
3. 폴더를 생성해 lua 파일들을 정리해본다.
폴더 안에 lua 파일들을 넣어서 정리해보고, 스크립트에서는 다음과 같이 접근합니다.
Ex. scene 폴더 안에 home.lua가 있을 때,
Ex. module 폴더 안에 scriptManager.lua가 있을 때,
Beta Was this translation helpful? Give feedback.
All reactions