Merge pull request #188 from Excello-Recherche-Education/debug-prof-tool-booklet
Debug prof tool booklet
This commit is contained in:
+5
-5
@@ -1146,7 +1146,7 @@ custom_features=""
|
||||
export_filter="all_resources"
|
||||
include_filter="model_database.db"
|
||||
exclude_filter=""
|
||||
export_path="../Export/prof_tool.dmg"
|
||||
export_path="../Export/ProfTool/MacOS/Prof_Tool_MacOS_1.3.5.zip"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
@@ -1167,8 +1167,8 @@ application/icon_interpolation=4
|
||||
application/bundle_identifier="com.excellolab.kalulu"
|
||||
application/signature=""
|
||||
application/app_category="Games"
|
||||
application/short_version=""
|
||||
application/version=""
|
||||
application/short_version="1.3.5"
|
||||
application/version="1.3.5"
|
||||
application/copyright=""
|
||||
application/copyright_localized={}
|
||||
application/min_macos_version_x86_64="10.12"
|
||||
@@ -1433,8 +1433,8 @@ application/modify_resources=true
|
||||
application/icon="uid://dipdtrs4i7i7v"
|
||||
application/console_wrapper_icon=""
|
||||
application/icon_interpolation=4
|
||||
application/file_version=""
|
||||
application/product_version=""
|
||||
application/file_version="1.3.5"
|
||||
application/product_version="1.3.5"
|
||||
application/company_name="ExcelloLab"
|
||||
application/product_name="ProfTool"
|
||||
application/file_description=""
|
||||
|
||||
@@ -616,7 +616,7 @@ func create_book() -> void:
|
||||
var ordered_headers: Array[String] = all_headers.duplicate()
|
||||
if "Lesson" in ordered_headers:
|
||||
ordered_headers.erase("Lesson")
|
||||
ordered_headers = ["Lesson"] + ordered_headers
|
||||
ordered_headers = ["Lesson"] as Array[String] + ordered_headers
|
||||
|
||||
# Add Categorie at the end
|
||||
ordered_headers.append("Categorie")
|
||||
|
||||
Reference in New Issue
Block a user