Преглед изворни кода

:memo: Explain two show parameters.

DricomDragon пре 2 недеља
родитељ
комит
6340f8a9fd
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      godot/addons/slide_show/projector/show/Show.gd

+ 2 - 2
godot/addons/slide_show/projector/show/Show.gd

@@ -8,8 +8,8 @@ signal end_reached
 const VOID_SLIDE_ID := -1
 
 @export_group("Slide management")
-@export var start_slide := 0
-@export var hide_slides := false
+@export var start_slide := 0 ## Id of the slide focused at startup
+@export var hide_slides := false ## Hide every slide at startup (except the ones with always_visible enabled)
 
 @export_group("Input setup", "action_")
 @export var action_finish_slide := "ui_accept"