diff --git a/_data/examplesindex.json b/_data/examplesindex.json index 0ff02f32..d99cc3e2 100644 --- a/_data/examplesindex.json +++ b/_data/examplesindex.json @@ -149,18 +149,36 @@ "name": "Stencil", "path": "gui/stencil" }, + { + "category": "GUI", + "collection": "gui/get_set_texture", + "name": "Get set texture", + "path": "gui/get_set_texture" + }, { "category": "GUI", "collection": "gui/progress", "name": "Progress", "path": "gui/progress" }, + { + "category": "GUI", + "collection": "gui/get_set_material", + "name": "Get set material", + "path": "gui/get_set_material" + }, { "category": "GUI", "collection": "gui/drag", "name": "Drag", "path": "gui/drag" }, + { + "category": "GUI", + "collection": "gui/get_set_font", + "name": "Get set font", + "path": "gui/get_set_font" + }, { "category": "GUI", "collection": "gui/color", diff --git a/examples/archive/game0.dmanifest b/examples/archive/game0.dmanifest index 320507f5..d9fe7a7a 100644 Binary files a/examples/archive/game0.dmanifest and b/examples/archive/game0.dmanifest differ diff --git a/examples/archive/game0.public.der b/examples/archive/game0.public.der index 06ed20bd..c217529b 100644 Binary files a/examples/archive/game0.public.der and b/examples/archive/game0.public.der differ diff --git a/examples/gui/get_set_font/get_set_font.md b/examples/gui/get_set_font/get_set_font.md new file mode 100644 index 00000000..0792ce3e --- /dev/null +++ b/examples/gui/get_set_font/get_set_font.md @@ -0,0 +1,9 @@ +--- +layout: example +permalink: examples/gui/get_set_font/ +collection: gui/get_set_font +title: Get and set a gui font resource +brief: This example shows how to get and set a font resource on a gui component. +scripts: get_set_font.script +--- + diff --git a/examples/gui/get_set_material/get_set_material.md b/examples/gui/get_set_material/get_set_material.md new file mode 100644 index 00000000..93cb9770 --- /dev/null +++ b/examples/gui/get_set_material/get_set_material.md @@ -0,0 +1,9 @@ +--- +layout: example +permalink: examples/gui/get_set_material/ +collection: gui/get_set_material +title: Get and set a gui material resource +brief: This example shows how to get and set a material resource on a gui component. +scripts: get_set_material.script +--- + diff --git a/examples/gui/get_set_texture/get_set_texture.md b/examples/gui/get_set_texture/get_set_texture.md new file mode 100644 index 00000000..b1d9f2f4 --- /dev/null +++ b/examples/gui/get_set_texture/get_set_texture.md @@ -0,0 +1,9 @@ +--- +layout: example +permalink: examples/gui/get_set_texture/ +collection: gui/get_set_texture +title: Get and set a gui texture resource +brief: This example shows how to get and set a texture resource on a gui component. +scripts: get_set_texture.script +--- +