organize assets folder

This commit is contained in:
Fabien Freling 2020-06-17 17:31:12 +02:00
parent 56d644bf7e
commit 42fd81b914
18 changed files with 59 additions and 24 deletions

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=19 format=2]
[ext_resource path="res://src/Piece.gd" type="Script" id=1]
[ext_resource path="res://assets/escher_lizards.jpg" type="Texture" id=2]
[ext_resource path="res://assets/artworks/escher_lizards.jpg" type="Texture" id=3]
[sub_resource type="VisualShaderNodeExpression" id=1]
output_port_for_preview = 0
@ -253,10 +253,11 @@ shader = SubResource( 15 )
shader_param/reflection = false
shader_param/scale = Vector3( 0.25, 0.25, 1 )
shader_param/offset = Vector3( 0, 0, 0 )
shader_param/artwork = ExtResource( 3 )
[node name="Piece" type="Node2D"]
script = ExtResource( 1 )
texture = ExtResource( 2 )
texture = ExtResource( 3 )
[node name="ColorRect" type="ColorRect" parent="."]
material = SubResource( 16 )

View file

@ -4,7 +4,7 @@
[ext_resource path="res://src/Piece.tscn" type="PackedScene" id=2]
[ext_resource path="res://assets/sounds/PM_BBI_Bullet_Impact_Hit_Body_Flesh_2.wav" type="AudioStream" id=3]
[ext_resource path="res://assets/taqin_theme.tres" type="Theme" id=4]
[ext_resource path="res://assets/escher_convex_concave.jpg" type="Texture" id=5]
[ext_resource path="res://assets/artworks/escher_convex_concave.jpg" type="Texture" id=5]
[sub_resource type="Animation" id=1]
resource_name = "MovingPiece"