mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
Add README files to GUI demos
This commit is contained in:
14
gui/drag_and_drop/README.md
Normal file
14
gui/drag_and_drop/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Drag and Drop (GUI)
|
||||
|
||||
A demo showcasing drag and drop functionality.
|
||||
|
||||
- Drag and drop the color buttons to copy their colors over.
|
||||
- Click on the buttons to manually adjust their color.
|
||||
|
||||
Language: GDScript
|
||||
|
||||
Renderer: GLES 2
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
0
gui/drag_and_drop/screenshots/.gdignore
Normal file
0
gui/drag_and_drop/screenshots/.gdignore
Normal file
BIN
gui/drag_and_drop/screenshots/drag_and_drop.png
Normal file
BIN
gui/drag_and_drop/screenshots/drag_and_drop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
15
gui/input_mapping/README.md
Normal file
15
gui/input_mapping/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# GUI Input Mapping
|
||||
|
||||
A demo showing how to build an input key remapping screen.
|
||||
|
||||
- Click the buttons to change the bound keys.
|
||||
- Persists the keys to disk, so they are preserved
|
||||
after the project is restarted.
|
||||
|
||||
Language: GDScript
|
||||
|
||||
Renderer: GLES 2
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
0
gui/input_mapping/screenshots/.gdignore
Normal file
0
gui/input_mapping/screenshots/.gdignore
Normal file
BIN
gui/input_mapping/screenshots/input_mapping.png
Normal file
BIN
gui/input_mapping/screenshots/input_mapping.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
12
gui/rich_text_bbcode/README.md
Normal file
12
gui/rich_text_bbcode/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Rich Text Label with BBCode
|
||||
|
||||
A demo showcasing the support for rich text and BBCode via
|
||||
[`RichTextLabel`](https://docs.godotengine.org/en/latest/classes/class_richtextlabel.html).
|
||||
|
||||
Language: GDScript
|
||||
|
||||
Renderer: GLES 2
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
@@ -15,7 +15,7 @@ _global_script_class_icons={
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Rich Text Label (BBCode)"
|
||||
config/name="Rich Text Label with BBCode"
|
||||
run/main_scene="res://rich_text_bbcode.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
|
||||
0
gui/rich_text_bbcode/screenshots/.gdignore
Normal file
0
gui/rich_text_bbcode/screenshots/.gdignore
Normal file
BIN
gui/rich_text_bbcode/screenshots/rich_text.png
Normal file
BIN
gui/rich_text_bbcode/screenshots/rich_text.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
11
gui/translation/README.md
Normal file
11
gui/translation/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GUI Translation Demo
|
||||
|
||||
A demo showing how Godot seamlessly enables the use of localized resources and texts.
|
||||
|
||||
Language: GDScript
|
||||
|
||||
Renderer: GLES 2
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
0
gui/translation/screenshots/.gdignore
Normal file
0
gui/translation/screenshots/.gdignore
Normal file
BIN
gui/translation/screenshots/translation.png
Normal file
BIN
gui/translation/screenshots/translation.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Reference in New Issue
Block a user