Trying new stuff with the camera and grid. I want to be able to move a unit but there is a problem with the grid at the moment. I am now trying to implement a new way of handling the camera, maybe then I can move on to moving units...
This commit is contained in:
9
Resource/Grid.tres
Normal file
9
Resource/Grid.tres
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="Resource" script_class="Grid" load_steps=2 format=3 uid="uid://bpf7mj7w5kftq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://blwwie08bb4s" path="res://Resource/Grid.gd" id="1_ubiq0"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_ubiq0")
|
||||
size = Vector2(60, 60)
|
||||
cellSize = Vector2(16, 16)
|
||||
metadata/_custom_type_script = "uid://blwwie08bb4s"
|
||||
Reference in New Issue
Block a user