Tile Engine Tutorial Episode 3B, Part 1 / 3
Top Comments
All Comments (29)
-
@p12oph3cy Probably too late but add in to your TileLayer class:
using TileEngine;
-
I cant use "IGraphicsDeviceService" as a parent class. any help?
-
@Umogrim Just go to the create.msdn.com page and under education search for "WInForms series 1". I had to add a reference to the XNA graphics framework (not a using statement) for it to work.
-
I can't find the sample, anyone help?
-
None of the solutions about adding the TileDisplay in these comments have worked for me. o.O Any other suggestions?
-
Anyone having trouble with uploading TileDisplay to your toolbox follow these steps!
Right click in the Toolbox -> Choose Items
Wait for ages for the dialog to appear -> click Browse... (near bottom right)
Browse to and choose the compiled exe of your project
Hopefully your control now appears
-
@p12oph3cy disregard, i found it
-
having trouble finding the samples used
@xorang3juicex Make sure you added the correct Microsoft.Xna.Framework (version 4.0). And then you also need to add a reference for Microsoft.Xna.Framework.Graphics.... It must have something to do with how the newer versions of the WinFormsGraphicsDevice thing works.
aytches 1 year ago 5
If anyone has a problem with displaying a map (You see a white screen with red lines), or when you stop debug error shows up saying that file is missing... You must set WinForms project to debug/run on x86. If you are missing that option from drop down list go to the solution properties > configuration properties, and there you can set a x86...
okram1942 1 year ago 5