Skip to content

Commit

Permalink
Site changes [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
defold-services committed Sep 2, 2024
1 parent 001038b commit 74ff063
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _data/examplesindex.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file modified examples/archive/game0.dmanifest
Binary file not shown.
Binary file modified examples/archive/game0.public.der
Binary file not shown.
9 changes: 9 additions & 0 deletions examples/gui/get_set_font/get_set_font.md
Original file line number Diff line number Diff line change
@@ -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
---

9 changes: 9 additions & 0 deletions examples/gui/get_set_material/get_set_material.md
Original file line number Diff line number Diff line change
@@ -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
---

9 changes: 9 additions & 0 deletions examples/gui/get_set_texture/get_set_texture.md
Original file line number Diff line number Diff line change
@@ -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
---

0 comments on commit 74ff063

Please sign in to comment.