coins
This commit is contained in:
parent
8a0891c6dd
commit
ce2b44b3fa
598 changed files with 4038 additions and 7 deletions
104
3d/coin.tscn
Normal file
104
3d/coin.tscn
Normal file
|
@ -0,0 +1,104 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://duc1ss0gqkrux"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dc7iqfgf7roj3" path="res://3d/coin_texture.png" id="1_y70ne"]
|
||||
[ext_resource type="Texture2D" uid="uid://ddm4m24qgw6yp" path="res://3d/coin_metal.png" id="2_pivsm"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_pivsm"]
|
||||
background_mode = 1
|
||||
background_color = Color(1, 0, 1, 1)
|
||||
|
||||
[sub_resource type="Animation" id="Animation_q4kta"]
|
||||
resource_name = "new_animation"
|
||||
loop_mode = 1
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = false
|
||||
tracks/0/path = NodePath("Node3D/MeshInstance3D:rotation")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 1),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector3(1.5708, 0, -3.14159), Vector3(1.5708, 6.28319, -3.14159)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Node3D:rotation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0, 1),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0), Vector3(0, 6.28319, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_y70ne"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Node3D/MeshInstance3D:rotation")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector3(1.5708, 0, -3.14159)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Node3D:rotation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_pivsm"]
|
||||
_data = {
|
||||
&"RESET": SubResource("Animation_y70ne"),
|
||||
&"new_animation": SubResource("Animation_q4kta")
|
||||
}
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_q4kta"]
|
||||
albedo_color = Color(1, 1, 0, 1)
|
||||
albedo_texture = ExtResource("1_y70ne")
|
||||
metallic = 0.27
|
||||
metallic_specular = 0.63
|
||||
metallic_texture = ExtResource("2_pivsm")
|
||||
rim_enabled = true
|
||||
rim = 0.27
|
||||
refraction_enabled = true
|
||||
|
||||
[sub_resource type="CylinderMesh" id="CylinderMesh_y70ne"]
|
||||
material = SubResource("StandardMaterial3D_q4kta")
|
||||
|
||||
[node name="Coin" type="Node3D"]
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(0.91775, 0.321879, -0.232656, -0.286026, 0.942088, 0.1751, 0.275544, -0.0941521, 0.956667, -0.622863, 0.843528, 3.00558)
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 5)
|
||||
environment = SubResource("Environment_pivsm")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_pivsm")
|
||||
}
|
||||
autoplay = "new_animation"
|
||||
|
||||
[node name="Node3D" type="Node3D" parent="."]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Node3D"]
|
||||
transform = Transform3D(1, 2.37917e-09, 0, 3.82137e-15, -1.18959e-09, 1, -8.74228e-08, 0.0272146, 4.37114e-08, 0, 0, 0)
|
||||
mesh = SubResource("CylinderMesh_y70ne")
|
||||
skeleton = NodePath("../..")
|
BIN
3d/coin_metal.png
Normal file
BIN
3d/coin_metal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
35
3d/coin_metal.png.import
Normal file
35
3d/coin_metal.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ddm4m24qgw6yp"
|
||||
path.s3tc="res://.godot/imported/coin_metal.png-773766447eec4122260dad64b8778b57.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://3d/coin_metal.png"
|
||||
dest_files=["res://.godot/imported/coin_metal.png-773766447eec4122260dad64b8778b57.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
BIN
3d/coin_texture.png
Normal file
BIN
3d/coin_texture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
35
3d/coin_texture.png.import
Normal file
35
3d/coin_texture.png.import
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dc7iqfgf7roj3"
|
||||
path.s3tc="res://.godot/imported/coin_texture.png-dcc3456740a786b55c43fcd32240ccc3.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://3d/coin_texture.png"
|
||||
dest_files=["res://.godot/imported/coin_texture.png-dcc3456740a786b55c43fcd32240ccc3.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
Loading…
Add table
Add a link
Reference in a new issue