diff options
| author | Rémi Verschelde | 2015-12-09 08:49:06 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2015-12-09 08:49:06 +0100 |
| commit | db9da152765357c5e484792fc5e31a25acbc7616 (patch) | |
| tree | f58497abcecc0a74d3d12132f134a5e0b279cc24 /demos/gui/rich_text_bbcode/rich_text_bbcode.gd | |
| parent | efbb834936fdc9da9789ad37c9cc61e0b90cda95 (diff) | |
| parent | 52d515b611ed1f593e23b0adabedbd9fd59dc7db (diff) | |
| download | godot-db9da152765357c5e484792fc5e31a25acbc7616.tar.gz godot-db9da152765357c5e484792fc5e31a25acbc7616.tar.zst godot-db9da152765357c5e484792fc5e31a25acbc7616.zip | |
Merge pull request #2853 from akien-mga/pr-demos-code-formatting
Improve demos code formatting and update to 2.0
Diffstat (limited to 'demos/gui/rich_text_bbcode/rich_text_bbcode.gd')
| -rw-r--r-- | demos/gui/rich_text_bbcode/rich_text_bbcode.gd | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/demos/gui/rich_text_bbcode/rich_text_bbcode.gd b/demos/gui/rich_text_bbcode/rich_text_bbcode.gd index 30fac1f72..79a08c130 100644 --- a/demos/gui/rich_text_bbcode/rich_text_bbcode.gd +++ b/demos/gui/rich_text_bbcode/rich_text_bbcode.gd @@ -1,17 +1,6 @@ extends Panel -# member variables here, example: -# var a=2 -# var b="textvar" -func _ready(): - # Initialization here - pass - - - - -func _on_RichTextLabel_meta_clicked( meta ): +func _on_RichTextLabel_meta_clicked(meta): OS.shell_open(meta) - pass # replace with function body |
