Skip to content

Commit

Permalink
Removed ref to text64
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Feb 9, 2025
1 parent 0afe722 commit 085da0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion animation_spine/example/spine.collection
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ embedded_instances {
"blend_mode: BLEND_MODE_ALPHA\\n"
"line_break: false\\n"
"text: \\\"Click to run...\\\"\\n"
"font: \\\"/assets/text64.font\\\"\\n"
"font: \\\"/assets/text48.font\\\"\\n"
"material: \\\"/builtins/fonts/label.material\\\"\\n"
"\"\n"
" position {\n"
Expand Down
2 changes: 1 addition & 1 deletion file_sys_save_load/example/sys_save_load.collection
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ embedded_instances {
"blend_mode: BLEND_MODE_ALPHA\\n"
"line_break: false\\n"
"text: \\\"Label\\\"\\n"
"font: \\\"/assets/text64.font\\\"\\n"
"font: \\\"/assets/text48.font\\\"\\n"
"material: \\\"/builtins/fonts/label.material\\\"\\n"
"\"\n"
" position {\n"
Expand Down
2 changes: 1 addition & 1 deletion gui_get_set_font/example/get_set_font.script
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- create a script resource property 'myfont' referencing a font file
go.property("myfont", resource.font("/assets/text64.font"))
go.property("myfont", resource.font("/assets/text48.font"))

function init(self)
msg.post(".", "acquire_input_focus")
Expand Down
2 changes: 1 addition & 1 deletion gui_layouts/example/change_canvas/change_resolution.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ embedded_components {
"blend_mode: BLEND_MODE_ALPHA\n"
"line_break: false\n"
"text: \"Click me to change layout\"\n"
"font: \"/assets/text64.font\"\n"
"font: \"/assets/text48.font\"\n"
"material: \"/builtins/fonts/label.material\"\n"
""
position {
Expand Down

0 comments on commit 085da0b

Please sign in to comment.