From f47eb69a354188154731846dde8b384c2c2f39f6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 28 Jun 2014 18:46:16 -0400 Subject: Rename guile-2d to Sly! Massive find/replace job. --- examples/font.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'examples/font.scm') diff --git a/examples/font.scm b/examples/font.scm index 4a8412b..233ffda 100644 --- a/examples/font.scm +++ b/examples/font.scm @@ -1,4 +1,4 @@ -;;; guile-2d +;;; Sly ;;; Copyright (C) 2013, 2014 David Thompson ;;; ;;; This program is free software: you can redistribute it and/or @@ -15,15 +15,15 @@ ;;; along with this program. If not, see ;;; . -(use-modules (2d agenda) - (2d fps) - (2d color) - (2d font) - (2d game) - (2d mouse) - (2d signal) - (2d vector) - (2d window)) +(use-modules (sly agenda) + (sly fps) + (sly color) + (sly font) + (sly game) + (sly mouse) + (sly signal) + (sly vector) + (sly window)) (load "common.scm") -- cgit v1.2.3