move ball assets
This commit is contained in:
parent
e1a3ca9c59
commit
efdd0308a1
5 changed files with 8 additions and 8 deletions
|
Before Width: | Height: | Size: 514 B After Width: | Height: | Size: 514 B |
|
|
@ -3,15 +3,15 @@
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://b8x8g212emfuo"
|
uid="uid://b8x8g212emfuo"
|
||||||
path="res://.godot/imported/ball-spritesheet.png-ca47a7f54fb74fcd3e843038e4efe7d7.ctex"
|
path="res://.godot/imported/ball-spritesheet.png-7355d8558b078944b7ace1b7bed663ff.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://scenes/ball/ball-spritesheet.png"
|
source_file="res://scenes/ball/assets/ball-spritesheet.png"
|
||||||
dest_files=["res://.godot/imported/ball-spritesheet.png-ca47a7f54fb74fcd3e843038e4efe7d7.ctex"]
|
dest_files=["res://.godot/imported/ball-spritesheet.png-7355d8558b078944b7ace1b7bed663ff.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
|
|
@ -3,15 +3,15 @@
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="CompressedTexture2D"
|
type="CompressedTexture2D"
|
||||||
uid="uid://dpcrumi6jrsp4"
|
uid="uid://dpcrumi6jrsp4"
|
||||||
path="res://.godot/imported/ballshadow.png-e64f35ba237f664be60971bc060213c8.ctex"
|
path="res://.godot/imported/ballshadow.png-79d510e92fa5687d8bfb551c925ea57c.ctex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://scenes/ball/ballshadow.png"
|
source_file="res://scenes/ball/assets/ballshadow.png"
|
||||||
dest_files=["res://.godot/imported/ballshadow.png-e64f35ba237f664be60971bc060213c8.ctex"]
|
dest_files=["res://.godot/imported/ballshadow.png-79d510e92fa5687d8bfb551c925ea57c.ctex"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
[gd_scene load_steps=16 format=3 uid="uid://cmgwv41ht3q4j"]
|
[gd_scene load_steps=16 format=3 uid="uid://cmgwv41ht3q4j"]
|
||||||
|
|
||||||
[ext_resource type="Script" uid="uid://d2s0fid28eihy" path="res://scenes/ball/ball.gd" id="1_nv6q1"]
|
[ext_resource type="Script" uid="uid://d2s0fid28eihy" path="res://scenes/ball/ball.gd" id="1_nv6q1"]
|
||||||
[ext_resource type="Texture2D" uid="uid://b8x8g212emfuo" path="res://scenes/ball/ball-spritesheet.png" id="2_nv6q1"]
|
[ext_resource type="Texture2D" uid="uid://b8x8g212emfuo" path="res://scenes/ball/assets/ball-spritesheet.png" id="2_nv6q1"]
|
||||||
[ext_resource type="Texture2D" uid="uid://dpcrumi6jrsp4" path="res://scenes/ball/ballshadow.png" id="2_stoaj"]
|
[ext_resource type="Texture2D" uid="uid://dpcrumi6jrsp4" path="res://scenes/ball/assets/ballshadow.png" id="2_stoaj"]
|
||||||
|
|
||||||
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_oqv3d"]
|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_oqv3d"]
|
||||||
friction = 0.0
|
friction = 0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue