File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ custom_features=""
88export_filter =" all_resources"
99include_filter =" "
1010exclude_filter =" "
11- export_path =" .build/linux/metaballs.x86_64"
11+ export_path =" .build/metaballs- linux/metaballs.x86_64"
1212encryption_include_filters =" "
1313encryption_exclude_filters =" "
1414encrypt_pck =false
@@ -48,7 +48,7 @@ custom_features=""
4848export_filter =" all_resources"
4949include_filter =" "
5050exclude_filter =" "
51- export_path =" .build/macos/metaballs.zip"
51+ export_path =" .build/metaballs- macos/metaballs.zip"
5252encryption_include_filters =" "
5353encryption_exclude_filters =" "
5454encrypt_pck =false
@@ -151,7 +151,7 @@ custom_features=""
151151export_filter =" all_resources"
152152include_filter =" "
153153exclude_filter =" "
154- export_path =" .build/windows/metaballs.exe"
154+ export_path =" .build/metaballs- windows/metaballs.exe"
155155encryption_include_filters =" "
156156encryption_exclude_filters =" "
157157encrypt_pck =false
Original file line number Diff line number Diff line change @@ -45,3 +45,12 @@ Cycle through the colours in the open folder
4545
4646Toggle displaying the name of the palette on screen when it gets loaded.
4747
48+ ` Space ` :
49+
50+ Toggle fullscreen
51+
52+ ` Esc `
53+
54+ Quit
55+
56+
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ func load_palettes(folder: String) -> void:
8585 p_names .clear ()
8686 var location : String = "res://palettes/%s " % folder if folder != "user" else "user://palettes"
8787 for p in DirAccess .get_files_at (location ):
88- pallettes .append (load ("{0} /{1} " .format ([location , p ])))
89- p_names .append (p )
88+ pallettes .append (load ("{0} /{1} " .format ([location , p . replace ( ".remap" , "" ) ])))
89+ p_names .append (p . replace ( ".remap" , "" ) )
9090 p_index = p_index % pallettes .size ()
9191 set_palette (p_index )
You can’t perform that action at this time.
0 commit comments