https://github.com/ClaudeMetz/UntitledGuiGuide/wiki/Chapter-2:-Pressing-The-Button

Chapter 2: Pressing The Button · ClaudeMetz/UntitledGuiGuide WikiA Factorio GUI tutorial. Contribute to ClaudeMetz/UntitledGuiGuide development by creating an account on GitHub.github.com

ㄴ 이거 따라가고있음






지금 이 상태인데 10번줄 주석처리를 해제하면


Error while running event Keyboard-Combinator::on_player_created (ID 26)

Style of type HorizontalFlow can't have parent style of type Flow

stack traceback:

[C]: in function 'add'

__Keyboard-Combinator__/control.lua:8: in function <__Keyboard-Combinator__/control.lua:1>


라면서 이벤트 발생을 못하고 겜이 터지는데

난 내가 frame타입 gui element에 add하고 끝냈다고 생각하는데 왜 Flow에 자동으로 HorizontalFlow가 add되면서 저런 에러가 나는거임?

3번짤에 생긴 HorizontalFlow도 내가 넣지 않았다고 생각해서 의문임

왜 자동으로 생기는거야?