Added Gdscript
Fixes: #603 Co-Authored-By: OpenLightGames <jshlw@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
4
g/gdscript.gd
Normal file
4
g/gdscript.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Label
|
||||
|
||||
func _ready():
|
||||
self.text = "Hello World"
|
||||
Reference in New Issue
Block a user