首页 > 其他 > 详细

小妖精的完美游戏教室——东方PROJECT,同人,墙

时间:2017-06-03 22:19:03      阅读:250      评论:0      收藏:0      [点我收藏+]

//================================================================
//
// Copyright (C) 东方同人社
// All Rights Reserved
//
// Author:小妖精Balous
//

//Summary:墙是很重要的,除非你想让玩家穿模。因为墙只有一个,所以就用静态的Singleton实现了

//
//================================================================

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Wall
{
private Wall() { }

public static float left = -4.711f;
public static float right = 1.421f;
public static float top = 3.59f;
public static float bottom = -3.578f;
}

小妖精的完美游戏教室——东方PROJECT,同人,墙

原文:http://www.cnblogs.com/balous/p/6938539.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!