ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/gce
(Generate patch)

Comparing deliantra/gde/gce (file contents):
Revision 1.1 by elmex, Sun Feb 5 00:34:36 2006 UTC vs.
Revision 1.13 by root, Sun Feb 12 04:50:29 2006 UTC

3 3
4 gce - gtk (perl) crossfire editor 4 gce - gtk (perl) crossfire editor
5 5
6=cut 6=cut
7 7
8our $VERSION='0.1';
9
8use Gtk2 -init; 10use Gtk2 -init;
11
12use Crossfire;
13use Crossfire::Tilecache;
9 14
10my $VARDIR = "$ENV{HOME}/.gcfedit"; 15my $VARDIR = "$ENV{HOME}/.gcfedit";
11 16
17mkdir $VARDIR;
18our $PICKDIR = "$Crossfire::LIB/maps/editor/picks";
19
12use GCE::MainWindow; 20use GCE::MainWindow;
21use GCE::PickWindow;
22
13my $w = GCE::MainWindow->new; 23my $w = GCE::MainWindow->new;
24
25$w->set_default_size (800, 600);
14 26
15$w->show_all; 27$w->show_all;
16 28
17Gtk2->main; 29Gtk2->main;
18 30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines