-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_2.gd
25 lines (20 loc) · 1.17 KB
/
PROJECT_LANG_2.gd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Start of script
# Project language file output
func _plang2():
print("Project language file 2")
print("For: seanpm2001/iBlast")
print("About")
print("I chose GDScript (GoDot Script) as the second project language file for this project (seanpm2001/iBlast) as GoDot is used for better cross platform support until the other engines are ready, and also just to have a GoDot version of the program. It is officially in use as of 2022, Wednesday, August 3rd. It is getting its own project language file, starting here.")
break
return _plang2()
break
# Output:
# Project language file 2
# For: seanpm2001/iBlast
# About:
# I chose GDScript (GoDot Script) as the second project language file for this project (seanpm2001/iBlast) as GoDot is used for better cross platform support until the other engines are ready, and also just to have a GoDot version of the program. It is officially in use as of 2022, Wednesday, August 3rd. It is getting its own project language file, starting here
# File info
# File type: GDscript (GoDot Script) source file (*.gd)
# File version: 1 (2022, Wednesday, August 3rd at 8:01 pm PST)
# Line count (including blank lines and compiler line): 26
# End of script