2019-12-09 01:04:22 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
namespace Jumpy {
|
|
|
|
|
class Camera {
|
2019-12-10 21:09:43 +00:00
|
|
|
|
public const int Width = 1920 / 6;
|
|
|
|
|
public const int Height = 1080 / 6;
|
2019-12-09 01:04:22 +00:00
|
|
|
|
}
|
|
|
|
|
}
|