aboutsummaryrefslogtreecommitdiff
path: root/community/godot/files
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-09-27 16:09:27 +0200
committerCem Keylan <cem@ckyln.com>2023-09-27 16:09:27 +0200
commit56ca14a87ec1085812022dd64888a9bd1bc1653a (patch)
tree093dcafec3c6fc17a50627fdbd350e7e5a510619 /community/godot/files
parent6a44b857ed4c0f471e9b2256d37422d8cd7ffc89 (diff)
downloadrepository-56ca14a87ec1085812022dd64888a9bd1bc1653a.tar.gz
godot: move to community
Diffstat (limited to 'community/godot/files')
-rw-r--r--community/godot/files/godot4.desktop9
-rwxr-xr-xcommunity/godot/files/pythonpath6
2 files changed, 15 insertions, 0 deletions
diff --git a/community/godot/files/godot4.desktop b/community/godot/files/godot4.desktop
new file mode 100644
index 00000000..7bb357e8
--- /dev/null
+++ b/community/godot/files/godot4.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Godot4
+Comment=Application for making games
+Exec=/usr/bin/godot4 %U
+Icon=godot
+Terminal=false
+Type=Application
+Categories=Utility;Game;
+
diff --git a/community/godot/files/pythonpath b/community/godot/files/pythonpath
new file mode 100755
index 00000000..f3718ca7
--- /dev/null
+++ b/community/godot/files/pythonpath
@@ -0,0 +1,6 @@
+#!/usr/bin/python3
+import os
+import sys
+
+print("%s/scons/dist/usr/lib/python%d.%d/site-packages:%s"
+ % (os.getcwd(), sys.version_info.major, sys.version_info.minor, ':'.join(sys.path)))