Skip to content

Commit

Permalink
Added Gdscript
Browse files Browse the repository at this point in the history
Fixes: #603
Co-Authored-By: OpenLightGames <jshlw@users.noreply.github.com>
  • Loading branch information
Richienb and OpenLightGames committed Mar 31, 2020
1 parent 01c1685 commit 724f52a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -260,6 +260,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Gaml](g/GAML.gaml)
* [Gammaplex](g/gammaplex.gammaplex)
* [Gasoil](g/GASOIL.gasoil)
* [Gdscript](g/gdscript.gd)
* [Gecho](g/gecho.gecho)
* [Gentzen](g/gentzen.gentzen)
* [Geojson](g/geojson.geojson)
Expand Down
4 changes: 4 additions & 0 deletions g/gdscript.gd
@@ -0,0 +1,4 @@
extends Label

func _ready():
self.text = "Hello World"

0 comments on commit 724f52a

Please sign in to comment.