Loads of stuff
This commit is contained in:
parent
f3af522683
commit
66ce3ff503
413 changed files with 14802 additions and 0 deletions
11
stages/TestTileMap/TestTileMap.tscn
Normal file
11
stages/TestTileMap/TestTileMap.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://5l63jip8pcfl"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c6q0enhmgus55" path="res://Stages/TestTileMap/test_tile_map.gd" id="1_2clj7"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwcevwwphdvq" path="res://Entities/GroundTile/GroundTile.tscn" id="2_ginxf"]
|
||||
|
||||
[node name="TestTileMap" type="Node3D"]
|
||||
script = ExtResource("1_2clj7")
|
||||
ground_tile = ExtResource("2_ginxf")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.844459, 0.535621, 0, -0.535621, 0.844459, 0, 1.57618, 1.71313)
|
||||
Loading…
Add table
Add a link
Reference in a new issue