Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
fixing wrong TileXtra declaration in Edito and Charas py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Jun 6, 2016
1 parent 8276bfc commit 544c7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/fgmk/Charas.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import os
import sys
import json
import TileXtra
from PIL import Image
from PIL.ImageQt import ImageQt
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *
from PyQt5.QtCore import *
from PyQt5 import QtGui, QtCore, QtWidgets
from fgmk import actionDialog, TXWdgt, fifl, TileCharaset
from fgmk import TileXtra, actionDialog, TXWdgt, fifl, TileCharaset
from fgmk.flowlayout import FlowLayout as FlowLayout

# moves will be step and face, for all possibilities TileCharaset.facing
Expand Down
3 changes: 1 addition & 2 deletions src/fgmk/Editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
import sys
import json
import tarfile
import TileXtra
from time import time, sleep
from PIL import Image
from PIL.ImageQt import ImageQt
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *
from PyQt5.QtCore import *
from PyQt5 import QtGui, QtCore, QtWidgets
from fgmk import actionDialog, TXWdgt, gwserver, fifl, TileCharaset, Charas, actionsWdgt, gameInit
from fgmk import TileXtra, actionDialog, TXWdgt, gwserver, fifl, TileCharaset, Charas, actionsWdgt, gameInit
from fgmk.flowlayout import FlowLayout as FlowLayout


Expand Down

0 comments on commit 544c7b1

Please sign in to comment.