An old college project (for the module "Developing Computer Games") in which I developed - against my better judgement, seriously - a puzzle-platformer inspired by Terry Cavanagh's *VVVVVV*.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
672 B

VERSION 5.00
Begin VB.Form frmDebug
Caption = "Debug"
ClientHeight = 6000
ClientLeft = 14835
ClientTop = 1725
ClientWidth = 4500
LinkTopic = "Form1"
ScaleHeight = 400
ScaleMode = 3 'Pixel
ScaleWidth = 300
Begin VB.Label lblDebug
Height = 5850
Left = 75
TabIndex = 0
Top = 75
Width = 4350
End
End
Attribute VB_Name = "frmDebug"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False