Skip to content

Commit 724f52a

Browse files
RichienbOpenLightGames
andcommitted
Added Gdscript
Fixes: leachim6#603 Co-Authored-By: OpenLightGames <[email protected]>
1 parent 01c1685 commit 724f52a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
260260
* [Gaml](g/GAML.gaml)
261261
* [Gammaplex](g/gammaplex.gammaplex)
262262
* [Gasoil](g/GASOIL.gasoil)
263+
* [Gdscript](g/gdscript.gd)
263264
* [Gecho](g/gecho.gecho)
264265
* [Gentzen](g/gentzen.gentzen)
265266
* [Geojson](g/geojson.geojson)

g/gdscript.gd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
extends Label
2+
3+
func _ready():
4+
self.text = "Hello World"

0 commit comments

Comments
 (0)