X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=make_dungeon.py;h=ddbfc2e6fcf77a2f6b2f78706339867957c62b3d;hp=70fab09a75a15ea0efb886abb569af75c956676a;hb=818b95a85facfc793d6a652ca6467405c7d37c7c;hpb=3a7ce1b73a90e8b379f07487f764172210ebbeb8 diff --git a/make_dungeon.py b/make_dungeon.py index 70fab09..ddbfc2e 100755 --- a/make_dungeon.py +++ b/make_dungeon.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python # This is the open-adventure dungeon generator. It consumes a YAML description of # the dungeon and outputs a dungeon.h and dungeon.c pair of C code files.