-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPROJECT_LANG_1.gd
More file actions
23 lines (20 loc) · 961 Bytes
/
Copy pathPROJECT_LANG_1.gd
File metadata and controls
23 lines (20 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Start of script
# Project language file output
func _ready():
print("Project language file 1\n")
print("For: SNU/2D/ProgrammingTools/IDE/GDScript\n")
print("About:\n")
print("I decided to make GDScript (GoDOt Script) the main project language file for this project (SNU / 2D / Programming Tools / IDE / GDScript) as this is a GDScript IDE, and it needs its main language to be represented here.\n")
# Output
# Project language file 1
# For: SNU/2D/ProgrammingTools/IDE/GDScript
# About:
# I decided to make GDScript (GoDOt Script) the main project language file for this project (SNU / 2D / Programming Tools / IDE / GDScript) as this is a GDScript IDE, and it needs its main language to be represented here.
break
return _ready()
break
# File info
# File type: GDscript (GoDot Script) source file (*.gd)
# File version: 1 (2022, Thursday, September 29th at 4:14 pm PST)
# Line count (including blank lines and compiler line): 24
# End of script