Kaynağa Gözat

Updated code to test the NodeSprite class

master
Bryan Miller 6 yıl önce
ebeveyn
işleme
eeee8cbd68
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      game/__init__.py

+ 5
- 0
game/__init__.py Dosyayı Görüntüle

@@ -46,6 +46,11 @@ def start():
root.align_center = True
root.set_surface((64, 64))

sprite = gbe.nodes.NodeSprite("Sprite", root)
sprite.image = "maptiles/Walls.png"
sprite.rect = (48, 32, 16, 16)
sprite.position = (20, 20)

text = gbe.nodes.NodeText("TextNode", root)
text.font_src = "IttyBitty.ttf"
text.size = 4

Yükleniyor…
İptal
Kaydet