4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
# Launch game with profiling enabled
|
|
godot --path /home/harrison/gamedev/projects/voider --profile
|