This commit is contained in:
parent
20d21f6c0a
commit
717d945927
Binary file not shown.
|
|
@ -1073,11 +1073,11 @@ MonoBehaviour:
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
z: 0
|
z: 0
|
||||||
xSpeed_move: 150
|
xSpeed_move: 100
|
||||||
ySpeed_move: 150
|
ySpeed_move: 100
|
||||||
xSpeed_rotate: 1
|
xSpeed_rotate: 1
|
||||||
ySpeed_rotate: 1
|
ySpeed_rotate: 1
|
||||||
mSpeed_scale: 100
|
mSpeed_scale: 80
|
||||||
yMinLimit: 45
|
yMinLimit: 45
|
||||||
yMaxLimit: 90
|
yMaxLimit: 90
|
||||||
leftMax: -365
|
leftMax: -365
|
||||||
|
|
|
||||||
|
|
@ -4,21 +4,7 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
public enum CurrentLevel
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// 省会
|
|
||||||
/// </summary>
|
|
||||||
ProvincialCapital,
|
|
||||||
/// <summary>
|
|
||||||
/// 城市
|
|
||||||
/// </summary>
|
|
||||||
City,
|
|
||||||
/// <summary>
|
|
||||||
/// 区
|
|
||||||
/// </summary>
|
|
||||||
Area
|
|
||||||
}
|
|
||||||
|
|
||||||
public class Bootstrap : MonoSingleton<Bootstrap>
|
public class Bootstrap : MonoSingleton<Bootstrap>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,33 @@
|
||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
public enum CurrentLevel
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Ê¡»á
|
||||||
|
/// </summary>
|
||||||
|
ProvincialCapital,
|
||||||
|
/// <summary>
|
||||||
|
/// ³ÇÊÐ
|
||||||
|
/// </summary>
|
||||||
|
City,
|
||||||
|
/// <summary>
|
||||||
|
/// Çø
|
||||||
|
/// </summary>
|
||||||
|
Area
|
||||||
|
}
|
||||||
|
public class CityInfo : MonoBehaviour
|
||||||
|
{
|
||||||
|
|
||||||
|
// Start is called before the first frame update
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
// Update is called once per frame
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c18c3ffce1aeaee47ac54278e811b62d
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
Loading…
Reference in New Issue