Godot4

고도4 메모리게임

Valentyne 2023. 11. 27. 12:12

 

 

 

var dir = DirAccess.open(path)

dir.get_files()  은 파일 이름들을 PackedStringArray로 반환해서 이터레이팅 할 수 있게 해준다.

 

container 사이에 빈 control로 공간맞추기

 

Tween 사용법

 

dictonary의 key를 variable 처럼 사용할 수 있다 (충격)

dictonary에 익숙해지자. 임시로 만드는 struct 처럼 사용할 수 있다. (GDScript엔 struct가 없다!)

 

instantiate() 를 하고 다른 일을 하기전에
add_child 를 먼저 하자. _ready()는 add_child()에서 호출된다.

 

Array에는 .has 메소드가 있다

 

print_stray_nodes()