Jump to content

Recommended Posts

Posted

Hola chicos alguien sabe a que se debe este error:

 

 

0905 00:09:04084 ::   File "0905 00:09:04084 :: game.py0905 00:09:04084 :: ", line 0905 00:09:04084 :: 1580905 00:09:04084 ::  0905 00:09:04084 ::     0905 00:09:04085 :: sistem_onoare_bg.AppendImage("sistem_onoare/fundal.tga")  0905 00:09:04085 ::     0905 00:09:04085 :: ^ 0905 00:09:04085 :: IndentationError0905 00:09:04085 :: : 0905 00:09:04085 :: unexpected indent0905 00:09:04085 ::  

 

estas son las lineas

 

       sistem_onoare_bg = ui.AniImageBox()

sistem_onoare_bg.AppendImage("sistem_onoare/fundal.tga") 
self.sistem_onoare_bg = sistem_onoare_bg
self.sistem_onoare_bg.SetPosition(wndMgr.GetScreenWidth()/2-229,0)
self.sistem_onoare_bg.SetSize(459, 204)
self.sistem_onoare_bg.Hide()
   
self.Ucideri_Albastru = ui.TextLine()
self.Ucideri_Albastru.SetDefaultFontName()
self.Ucideri_Albastru.SetParent(self.sistem_onoare_bg)
self.Ucideri_Albastru.SetPosition(87, 85)
self.Ucideri_Albastru.SetText("Regat Albastru: 0")
self.Ucideri_Albastru.SetOutline()
self.Ucideri_Albastru.Show()
   
self.Ucideri_Galben = ui.TextLine()
self.Ucideri_Galben.SetDefaultFontName()
self.Ucideri_Galben.SetParent(self.sistem_onoare_bg)
self.Ucideri_Galben.SetPosition(87, 108)
self.Ucideri_Galben.SetText("Regat Galben: 0")
self.Ucideri_Galben.SetOutline()
self.Ucideri_Galben.Show()
 

 

 

 

Gracias por su ayuda.

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.