Changed background, initial position
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=21 format=2]
|
||||
|
||||
[ext_resource path="res://Main.gd" type="Script" id=1]
|
||||
[ext_resource path="res://night-sky-background-14391263141jp.jpg" type="Texture" id=2]
|
||||
[ext_resource path="res://pexels-photo-1341279.jpeg" type="Texture" id=2]
|
||||
[ext_resource path="res://Tetrominos/Mino/MinoLibrary.tres" type="MeshLibrary" id=3]
|
||||
[ext_resource path="res://GridMap.gd" type="Script" id=4]
|
||||
[ext_resource path="res://midi/MidiPlayer.tscn" type="PackedScene" id=5]
|
||||
@ -236,7 +236,7 @@ script = ExtResource( 1 )
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="." index="0"]
|
||||
|
||||
transform = Transform( 19.2, 0, 0, 0, 12.8, 0, 0, 0, 1, 5, 10, -80 )
|
||||
transform = Transform( 12.8, 0, 0, 0, 8.53, 0, 0, 0, 1, 5, 10, -30 )
|
||||
layers = 1
|
||||
material_override = null
|
||||
cast_shadow = 1
|
||||
@ -264,7 +264,7 @@ hframes = 1
|
||||
frame = 0
|
||||
region_enabled = false
|
||||
region_rect = Rect2( 0, 0, 0, 0 )
|
||||
_sections_unfolded = [ "Animation", "Flags", "Transform" ]
|
||||
_sections_unfolded = [ "Animation", "Flags", "Geometry", "Transform" ]
|
||||
|
||||
[node name="Camera" type="Camera" parent="." index="1"]
|
||||
|
||||
@ -336,7 +336,6 @@ NB_COLLUMNS = 10
|
||||
|
||||
[node name="Backs" type="Spatial" parent="." index="4"]
|
||||
|
||||
editor/display_folded = true
|
||||
visible = false
|
||||
|
||||
[node name="GridBack" type="MeshInstance" parent="Backs" index="0"]
|
||||
|
Reference in New Issue
Block a user