add enums for raygui, issue #52
This commit is contained in:
parent
2c752b5ad0
commit
10d945ed28
11 changed files with 6019 additions and 4164 deletions
|
@ -19,6 +19,9 @@ exitWindow = False
|
|||
|
||||
pr.set_target_fps(60)
|
||||
|
||||
if pr.GuiSliderProperty.SLIDER_WIDTH.value != pr.SLIDER_WIDTH:
|
||||
raise Exception('enums not working')
|
||||
|
||||
|
||||
while not exitWindow and not pr.window_should_close():
|
||||
|
||||
|
|
Reference in a new issue