mirror of
https://github.com/brmlab/ratbox.git
synced 2025-06-09 18:34:04 +02:00
Pridan FullScreen mod
This commit is contained in:
parent
ac93644b9c
commit
d2d329fabd
5 changed files with 85 additions and 10 deletions
16
Form1.form
Normal file
16
Form1.form
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Gambas Form File 2.0
|
||||
|
||||
{ Form Form
|
||||
MoveScaled(0,0,37,35)
|
||||
Background = &H000000&
|
||||
Mouse = Mouse.Blank
|
||||
Text = ("")
|
||||
Border = Window.None
|
||||
FullScreen = True
|
||||
{ PictureBox1 PictureBox
|
||||
MoveScaled(0,0,34,31)
|
||||
Mouse = Mouse.Blank
|
||||
Stretch = True
|
||||
Alignment = Align.Center
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue