aboutsummaryrefslogtreecommitdiff
path: root/demos/gui/rich_text_bbcode/rich_text_bbcode.gd
diff options
context:
space:
mode:
authorRémi Verschelde2015-12-09 08:49:06 +0100
committerRémi Verschelde2015-12-09 08:49:06 +0100
commitdb9da152765357c5e484792fc5e31a25acbc7616 (patch)
treef58497abcecc0a74d3d12132f134a5e0b279cc24 /demos/gui/rich_text_bbcode/rich_text_bbcode.gd
parentefbb834936fdc9da9789ad37c9cc61e0b90cda95 (diff)
parent52d515b611ed1f593e23b0adabedbd9fd59dc7db (diff)
downloadgodot-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.gd13
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