Slightly moved stuff around.
2
Game.gd
|
@ -1,4 +1,4 @@
|
|||
class_name Player
|
||||
class_name Game
|
||||
extends Node3D
|
||||
|
||||
@onready var message_container:Control = %MessagesContainer
|
||||
|
|
122
Game.tscn
|
@ -1,14 +1,13 @@
|
|||
[gd_scene load_steps=37 format=3 uid="uid://bugqatylloxkl"]
|
||||
[gd_scene load_steps=36 format=3 uid="uid://bugqatylloxkl"]
|
||||
|
||||
[ext_resource type="Script" path="res://Player.gd" id="1_3lyis"]
|
||||
[ext_resource type="Script" path="res://World.gd" id="1_e417k"]
|
||||
[ext_resource type="Script" path="res://Game.gd" id="1_h44o7"]
|
||||
[ext_resource type="Script" path="res://RootUI.gd" id="2_gg3gt"]
|
||||
[ext_resource type="PackedScene" uid="uid://dy8vjf760prhq" path="res://assets/characters/Rogue.tscn" id="4_6mbva"]
|
||||
[ext_resource type="Script" path="res://model/quest_state.gd" id="4_fmwrw"]
|
||||
[ext_resource type="Texture2D" uid="uid://cq8ypeagpedq" path="res://assets/kenney/ui-pack-rpg-expansion/PNG/cursorSword_bronze.png" id="4_pcyi0"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7fu3paj3b4e8" path="res://assets/kenney/ui-pack-rpg-expansion/PNG/cursorSword_silver.png" id="5_24tqj"]
|
||||
[ext_resource type="Texture2D" uid="uid://drpl0ql1p3pfk" path="res://assets/kenney/ui-pack-rpg-expansion/PNG/cursorSword_gold.png" id="6_uid86"]
|
||||
[ext_resource type="Texture2D" uid="uid://cq8ypeagpedq" path="res://assets/3rdparty/kenney/ui-pack-rpg-expansion/PNG/cursorSword_bronze.png" id="4_pcyi0"]
|
||||
[ext_resource type="Texture2D" uid="uid://c7fu3paj3b4e8" path="res://assets/3rdparty/kenney/ui-pack-rpg-expansion/PNG/cursorSword_silver.png" id="5_24tqj"]
|
||||
[ext_resource type="Texture2D" uid="uid://drpl0ql1p3pfk" path="res://assets/3rdparty/kenney/ui-pack-rpg-expansion/PNG/cursorSword_gold.png" id="6_uid86"]
|
||||
[ext_resource type="Script" path="res://GameUI.gd" id="7_mw21s"]
|
||||
[ext_resource type="Theme" uid="uid://dmk7hc81l8gbw" path="res://ui/ui_theme.tres" id="8_qpuke"]
|
||||
[ext_resource type="Texture2D" uid="uid://bq3b1hxl5ojh6" path="res://assets/icons/npc_emotes/attention.tres" id="10_6agi3"]
|
||||
|
@ -19,12 +18,12 @@
|
|||
[ext_resource type="PackedScene" uid="uid://dhpc2xvlfln7o" path="res://objects/Actionable.tscn" id="14_qb8uo"]
|
||||
[ext_resource type="Resource" uid="uid://b1gd54koq1h7o" path="res://dialogue/testdialogue.dialogue" id="15_2n7cr"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwui4acukq4x6" path="res://ui/item_grid.tscn" id="15_5xu2a"]
|
||||
[ext_resource type="PackedScene" uid="uid://dnobr4inhiskv" path="res://assets/kenney/platformer-kit/Models/GLB format/tree-pine.glb" id="21_5210s"]
|
||||
[ext_resource type="PackedScene" uid="uid://m4tk7vhjy310" path="res://assets/kenney/platformer-kit/Models/GLB format/tree.glb" id="22_xm4au"]
|
||||
[ext_resource type="PackedScene" uid="uid://cgde10y3e7w86" path="res://assets/kenney/platformer-kit/Models/GLB format/rocks.glb" id="23_ve8c6"]
|
||||
[ext_resource type="PackedScene" uid="uid://dg1rtct0vrk3p" path="res://assets/kenney/platformer-kit/Models/GLB format/poles.glb" id="24_a3mo8"]
|
||||
[ext_resource type="PackedScene" uid="uid://dnobr4inhiskv" path="res://assets/3rdparty/kenney/platformer-kit/Models/GLB format/tree-pine.glb" id="21_5210s"]
|
||||
[ext_resource type="PackedScene" uid="uid://m4tk7vhjy310" path="res://assets/3rdparty/kenney/platformer-kit/Models/GLB format/tree.glb" id="22_xm4au"]
|
||||
[ext_resource type="PackedScene" uid="uid://cgde10y3e7w86" path="res://assets/3rdparty/kenney/platformer-kit/Models/GLB format/rocks.glb" id="23_ve8c6"]
|
||||
[ext_resource type="PackedScene" uid="uid://dg1rtct0vrk3p" path="res://assets/3rdparty/kenney/platformer-kit/Models/GLB format/poles.glb" id="24_a3mo8"]
|
||||
[ext_resource type="PackedScene" uid="uid://kpyvcyklt68g" path="res://assets/scene_props/bridge.tscn" id="25_qvbtw"]
|
||||
[ext_resource type="PackedScene" uid="uid://cej0a41nm3eh7" path="res://assets/kenney/platformer-kit/Models/GLB format/mushrooms.glb" id="25_tea3k"]
|
||||
[ext_resource type="PackedScene" uid="uid://cej0a41nm3eh7" path="res://assets/3rdparty/kenney/platformer-kit/Models/GLB format/mushrooms.glb" id="25_tea3k"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_y65pc"]
|
||||
|
||||
|
@ -37,21 +36,6 @@ sky = SubResource("Sky_wbut8")
|
|||
ambient_light_source = 3
|
||||
ambient_light_color = Color(0.662452, 0.662452, 0.662452, 1)
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_jd31k"]
|
||||
albedo_color = Color(1, 1, 0.698039, 1)
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_dwrtd"]
|
||||
material = SubResource("StandardMaterial3D_jd31k")
|
||||
radius = 0.12
|
||||
height = 0.6
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_7kfad"]
|
||||
radius = 0.24158
|
||||
height = 0.952333
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_wrkyq"]
|
||||
radius = 0.194932
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ikb15"]
|
||||
vertex_color_is_srgb = true
|
||||
albedo_color = Color(1, 1, 0.172549, 1)
|
||||
|
@ -67,56 +51,36 @@ radius = 0.158352
|
|||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_6nrvr"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_jd31k"]
|
||||
albedo_color = Color(1, 1, 0.698039, 1)
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_dwrtd"]
|
||||
material = SubResource("StandardMaterial3D_jd31k")
|
||||
radius = 0.12
|
||||
height = 0.6
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_7kfad"]
|
||||
radius = 0.24158
|
||||
height = 0.952333
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_wrkyq"]
|
||||
radius = 0.194932
|
||||
|
||||
[node name="Game" type="Node3D"]
|
||||
script = ExtResource("1_h44o7")
|
||||
|
||||
[node name="World" type="Node3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("1_e417k")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="World"]
|
||||
environment = SubResource("Environment_v85yo")
|
||||
|
||||
[node name="Player" type="CharacterBody3D" parent="World" groups=["savable_nodes"]]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("1_3lyis")
|
||||
|
||||
[node name="QuestState" type="Node" parent="World/Player"]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("4_fmwrw")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/Player"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.3, 0)
|
||||
visible = false
|
||||
mesh = SubResource("CapsuleMesh_dwrtd")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/Player"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.470516, 0)
|
||||
shape = SubResource("CapsuleShape3D_7kfad")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="World/Player"]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.460138, 0.887848, 0, -0.887848, 0.460138, 0, 2.91421, 1.186)
|
||||
|
||||
[node name="Geometry" type="Node3D" parent="World/Player"]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, 0, 0, 0)
|
||||
|
||||
[node name="Rogue" parent="World/Player/Geometry" instance=ExtResource("4_6mbva")]
|
||||
|
||||
[node name="ActionableDetector" type="Area3D" parent="World/Player"]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.325311)
|
||||
collision_layer = 0
|
||||
collision_mask = 16
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="World/Player/ActionableDetector"]
|
||||
shape = SubResource("SphereShape3D_wrkyq")
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="World"]
|
||||
transform = Transform3D(0.836133, 0.124138, 0.534295, -0.548527, 0.189226, 0.81444, 0, -0.974055, 0.226311, 5.06819, 4.51394, 0)
|
||||
shadow_enabled = true
|
||||
|
||||
[node name="Merchant" type="CharacterBody3D" parent="World"]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 3.64783, 0, -1.58598)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="World/Merchant"]
|
||||
|
@ -643,6 +607,42 @@ layout_mode = 2
|
|||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="Player" type="CharacterBody3D" parent="." groups=["savable_nodes"]]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("1_3lyis")
|
||||
|
||||
[node name="QuestState" type="Node" parent="Player"]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("4_fmwrw")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="Player"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.3, 0)
|
||||
visible = false
|
||||
mesh = SubResource("CapsuleMesh_dwrtd")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Player"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.470516, 0)
|
||||
shape = SubResource("CapsuleShape3D_7kfad")
|
||||
|
||||
[node name="Camera3D" type="Camera3D" parent="Player"]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.460138, 0.887848, 0, -0.887848, 0.460138, 0, 2.91421, 1.186)
|
||||
current = true
|
||||
|
||||
[node name="Geometry" type="Node3D" parent="Player"]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, 0, 0, 0)
|
||||
|
||||
[node name="Rogue" parent="Player/Geometry" instance=ExtResource("4_6mbva")]
|
||||
|
||||
[node name="ActionableDetector" type="Area3D" parent="Player"]
|
||||
unique_name_in_owner = true
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.325311)
|
||||
collision_layer = 0
|
||||
collision_mask = 16
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Player/ActionableDetector"]
|
||||
shape = SubResource("SphereShape3D_wrkyq")
|
||||
|
||||
[connection signal="pressed" from="RootUI/MainMenuUI/MarginContainer/VBoxContainer/MarginContainer/NewGameButton" to="RootUI" method="_on_new_game_button_pressed"]
|
||||
[connection signal="pressed" from="RootUI/MainMenuUI/MarginContainer/VBoxContainer/MarginContainer3/QuitButton" to="RootUI" method="_on_quit_button_pressed"]
|
||||
[connection signal="pressed" from="RootUI/NewGameUI/MarginContainer/VBoxContainer/MarginContainer3/HBoxContainer/BackButton" to="RootUI" method="_to_main_menu_button_pressed"]
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
class_name Player
|
||||
extends CharacterBody3D
|
||||
|
||||
const SPEED = 5.0
|
||||
|
@ -45,7 +46,6 @@ func _physics_process(delta):
|
|||
func on_item_picked_up(item:Item):
|
||||
emit_signal("trigger_message", "Picked up a " + item.name)
|
||||
inventory.add_item(item)
|
||||
quest_state.update_state_from_player_inventory(inventory)
|
||||
|
||||
|
||||
func _unhandled_input(_event: InputEvent) -> void:
|
||||
|
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://nwtigrhv8obn"
|
||||
path="res://.godot/imported/Preview.png-b95d4926226cb850020c81e799be58cf.ctex"
|
||||
path="res://.godot/imported/Preview.png-ef1272e73d86aa8b4da4c90d54601804.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Preview.png"
|
||||
dest_files=["res://.godot/imported/Preview.png-b95d4926226cb850020c81e799be58cf.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Preview.png"
|
||||
dest_files=["res://.godot/imported/Preview.png-ef1272e73d86aa8b4da4c90d54601804.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 843 B After Width: | Height: | Size: 843 B |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ov8xcybwyt5f"
|
||||
path="res://.godot/imported/pixel_style1.png-5c5d3062361a6a48adf34c14cc6044de.ctex"
|
||||
path="res://.godot/imported/pixel_style1.png-26af8bdabf039a34c59127f3b5c9b125.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/pixel_style1.png"
|
||||
dest_files=["res://.godot/imported/pixel_style1.png-5c5d3062361a6a48adf34c14cc6044de.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/pixel_style1.png"
|
||||
dest_files=["res://.godot/imported/pixel_style1.png-26af8bdabf039a34c59127f3b5c9b125.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 913 B After Width: | Height: | Size: 913 B |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ot8qlnkvg3nn"
|
||||
path="res://.godot/imported/pixel_style2.png-0b2db808e991e3e2368c6cd5500559ea.ctex"
|
||||
path="res://.godot/imported/pixel_style2.png-e5cc692843f76f2182e5b2f336a7d883.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/pixel_style2.png"
|
||||
dest_files=["res://.godot/imported/pixel_style2.png-0b2db808e991e3e2368c6cd5500559ea.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/pixel_style2.png"
|
||||
dest_files=["res://.godot/imported/pixel_style2.png-e5cc692843f76f2182e5b2f336a7d883.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 984 B |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://btctxbdvneggj"
|
||||
path="res://.godot/imported/pixel_style3.png-d12b6fa2e0958bb474f0413362ed4f38.ctex"
|
||||
path="res://.godot/imported/pixel_style3.png-6bb4352e5e8693ac9965d850ae0a61e0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/pixel_style3.png"
|
||||
dest_files=["res://.godot/imported/pixel_style3.png-d12b6fa2e0958bb474f0413362ed4f38.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/pixel_style3.png"
|
||||
dest_files=["res://.godot/imported/pixel_style3.png-6bb4352e5e8693ac9965d850ae0a61e0.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://df1brkbwo86wv"
|
||||
path="res://.godot/imported/pixel_style4.png-9a6882ac12adcf29c1e2f79b08ca5a65.ctex"
|
||||
path="res://.godot/imported/pixel_style4.png-fd327ef4b50f2fa4039d31e96bd7c115.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/pixel_style4.png"
|
||||
dest_files=["res://.godot/imported/pixel_style4.png-9a6882ac12adcf29c1e2f79b08ca5a65.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/pixel_style4.png"
|
||||
dest_files=["res://.godot/imported/pixel_style4.png-fd327ef4b50f2fa4039d31e96bd7c115.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 838 B After Width: | Height: | Size: 838 B |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b4ya4pmdaclhu"
|
||||
path="res://.godot/imported/pixel_style5.png-e311fde5d0ae772c2092f0588bd399c1.ctex"
|
||||
path="res://.godot/imported/pixel_style5.png-435d30282dd194d54ab3f21ed27e88bf.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/pixel_style5.png"
|
||||
dest_files=["res://.godot/imported/pixel_style5.png-e311fde5d0ae772c2092f0588bd399c1.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/pixel_style5.png"
|
||||
dest_files=["res://.godot/imported/pixel_style5.png-435d30282dd194d54ab3f21ed27e88bf.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 910 B After Width: | Height: | Size: 910 B |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ec858hvunq05"
|
||||
path="res://.godot/imported/pixel_style6.png-a5f67ae03606037aa96ba9f141b6185c.ctex"
|
||||
path="res://.godot/imported/pixel_style6.png-22fbe84dff34b35587da379c1011f230.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/pixel_style6.png"
|
||||
dest_files=["res://.godot/imported/pixel_style6.png-a5f67ae03606037aa96ba9f141b6185c.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/pixel_style6.png"
|
||||
dest_files=["res://.godot/imported/pixel_style6.png-22fbe84dff34b35587da379c1011f230.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 977 B After Width: | Height: | Size: 977 B |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dexcu2mrcaajw"
|
||||
path="res://.godot/imported/pixel_style7.png-76819661733e75a9b7c0a8c4b7d44beb.ctex"
|
||||
path="res://.godot/imported/pixel_style7.png-74cbc5ca613e038188dcb75b4bfa51d3.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/pixel_style7.png"
|
||||
dest_files=["res://.godot/imported/pixel_style7.png-76819661733e75a9b7c0a8c4b7d44beb.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/pixel_style7.png"
|
||||
dest_files=["res://.godot/imported/pixel_style7.png-74cbc5ca613e038188dcb75b4bfa51d3.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 774 B After Width: | Height: | Size: 774 B |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://chf64kc4du36j"
|
||||
path="res://.godot/imported/pixel_style8.png-56352fbecd9974be42fac297787d6fa2.ctex"
|
||||
path="res://.godot/imported/pixel_style8.png-9059b1ab3ee5fb4df05645d6d70bbde4.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/pixel_style8.png"
|
||||
dest_files=["res://.godot/imported/pixel_style8.png-56352fbecd9974be42fac297787d6fa2.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/pixel_style8.png"
|
||||
dest_files=["res://.godot/imported/pixel_style8.png-9059b1ab3ee5fb4df05645d6d70bbde4.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cq3sag2rdagtk"
|
||||
path="res://.godot/imported/vector_style1.png-180814f452c9768420b2015df7d377df.ctex"
|
||||
path="res://.godot/imported/vector_style1.png-1c3ea71d112a987dd4a688b62a1c63a0.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/vector_style1.png"
|
||||
dest_files=["res://.godot/imported/vector_style1.png-180814f452c9768420b2015df7d377df.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/vector_style1.png"
|
||||
dest_files=["res://.godot/imported/vector_style1.png-1c3ea71d112a987dd4a688b62a1c63a0.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -3,7 +3,7 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cxpee2kksb56p"
|
||||
path.s3tc="res://.godot/imported/vector_style2.png-cdf546eea972bf8a619b1c3d57e103f8.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/vector_style2.png-a5283894e5492e533fdcd1a3fec77265.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
|
@ -11,8 +11,8 @@ metadata={
|
|||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/vector_style2.png"
|
||||
dest_files=["res://.godot/imported/vector_style2.png-cdf546eea972bf8a619b1c3d57e103f8.s3tc.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/vector_style2.png"
|
||||
dest_files=["res://.godot/imported/vector_style2.png-a5283894e5492e533fdcd1a3fec77265.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dydexwxpkv105"
|
||||
path="res://.godot/imported/vector_style3.png-37963474ec2faf40d9218b000874b166.ctex"
|
||||
path="res://.godot/imported/vector_style3.png-9f391a7730a633fe3122f8749ba869cd.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/vector_style3.png"
|
||||
dest_files=["res://.godot/imported/vector_style3.png-37963474ec2faf40d9218b000874b166.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/vector_style3.png"
|
||||
dest_files=["res://.godot/imported/vector_style3.png-9f391a7730a633fe3122f8749ba869cd.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bree8cbjaa8ok"
|
||||
path="res://.godot/imported/vector_style4.png-4e03b64810fe6eb474c3957c1725923f.ctex"
|
||||
path="res://.godot/imported/vector_style4.png-1475c280f209ea59bd8deeb526d8b214.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/vector_style4.png"
|
||||
dest_files=["res://.godot/imported/vector_style4.png-4e03b64810fe6eb474c3957c1725923f.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/vector_style4.png"
|
||||
dest_files=["res://.godot/imported/vector_style4.png-1475c280f209ea59bd8deeb526d8b214.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c42p2vsbjxjx5"
|
||||
path="res://.godot/imported/vector_style5.png-08f405d549f2b366180aa586bef9ef59.ctex"
|
||||
path="res://.godot/imported/vector_style5.png-49e4c19cef3087f339eeb51d1e8aa1c2.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/vector_style5.png"
|
||||
dest_files=["res://.godot/imported/vector_style5.png-08f405d549f2b366180aa586bef9ef59.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/vector_style5.png"
|
||||
dest_files=["res://.godot/imported/vector_style5.png-49e4c19cef3087f339eeb51d1e8aa1c2.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dui4s1rosu4kg"
|
||||
path="res://.godot/imported/vector_style6.png-7a814de3c06f882567082be64ed47caa.ctex"
|
||||
path="res://.godot/imported/vector_style6.png-2886da3b8cdab5b1bdc034e6a8ea9048.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/vector_style6.png"
|
||||
dest_files=["res://.godot/imported/vector_style6.png-7a814de3c06f882567082be64ed47caa.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/vector_style6.png"
|
||||
dest_files=["res://.godot/imported/vector_style6.png-2886da3b8cdab5b1bdc034e6a8ea9048.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dic3lfyg1sv45"
|
||||
path="res://.godot/imported/vector_style7.png-38008c9ffec930ff0467ca3f31150c13.ctex"
|
||||
path="res://.godot/imported/vector_style7.png-218fefbdf9517a797618e9c73e2c5466.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/vector_style7.png"
|
||||
dest_files=["res://.godot/imported/vector_style7.png-38008c9ffec930ff0467ca3f31150c13.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/vector_style7.png"
|
||||
dest_files=["res://.godot/imported/vector_style7.png-218fefbdf9517a797618e9c73e2c5466.ctex"]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://q3l5oxxmjq03"
|
||||
path="res://.godot/imported/vector_style8.png-787691c5a76df7ef0ecb10d632f101c5.ctex"
|
||||
path="res://.godot/imported/vector_style8.png-25ff002403b42a592b4b19ea4e683557.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/emotes-pack/Tilesheets/vector_style8.png"
|
||||
dest_files=["res://.godot/imported/vector_style8.png-787691c5a76df7ef0ecb10d632f101c5.ctex"]
|
||||
source_file="res://assets/3rdparty/kenney/emotes-pack/Tilesheets/vector_style8.png"
|
||||
dest_files=["res://.godot/imported/vector_style8.png-25ff002403b42a592b4b19ea4e683557.ctex"]
|
||||
|
||||
[params]
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
|
||||
Mini Characters 1 (1.0)
|
||||
|
||||
Created/distributed by Kenney (www.kenney.nl)
|
||||
Creation date: 17-07-2024 11:31
|
||||
|
||||
------------------------------
|
||||
|
||||
License: (Creative Commons Zero, CC0)
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
|
||||
You can use this content for personal, educational, and commercial purposes.
|
||||
|
||||
Support by crediting 'Kenney' or 'www.kenney.nl' (this is not a requirement)
|
||||
|
||||
------------------------------
|
||||
|
||||
• Website : www.kenney.nl
|
||||
• Donate : www.kenney.nl/donate
|
||||
|
||||
• Patreon : patreon.com/kenney
|
||||
|
||||
Follow on social media for updates:
|
||||
|
||||
• Twitter: twitter.com/KenneyNL
|
||||
• Instagram: instagram.com/kenney_nl
|
||||
• Mastodon: mastodon.gamedev.place/@kenney
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/Textures/colormap.png
vendored
Normal file
After Width: | Height: | Size: 8.5 KiB |
35
assets/3rdparty/kenney/mini-characters/Models/GLB format/Textures/colormap.png.import
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://vdxhh4rpoa56"
|
||||
path.s3tc="res://.godot/imported/colormap.png-a2f39340678146a31c863ff23af09056.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/Textures/colormap.png"
|
||||
dest_files=["res://.godot/imported/colormap.png-a2f39340678146a31c863ff23af09056.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
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-cane-blind.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-cane-blind.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://dmlfbnrionfux"
|
||||
path="res://.godot/imported/aid-cane-blind.glb-521193da8a1f8a58dc31327db1bf3e43.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-cane-blind.glb"
|
||||
dest_files=["res://.godot/imported/aid-cane-blind.glb-521193da8a1f8a58dc31327db1bf3e43.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-cane-low-vision.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-cane-low-vision.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://cnb28gnqueqgi"
|
||||
path="res://.godot/imported/aid-cane-low-vision.glb-edae25850576b92eb89f64f2c795b265.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-cane-low-vision.glb"
|
||||
dest_files=["res://.godot/imported/aid-cane-low-vision.glb-edae25850576b92eb89f64f2c795b265.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-cane.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://i06qe6k5se0k"
|
||||
path="res://.godot/imported/aid-cane.glb-aa1443d5645ca9bfe95fb54c1ddb5c76.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-cane.glb"
|
||||
dest_files=["res://.godot/imported/aid-cane.glb-aa1443d5645ca9bfe95fb54c1ddb5c76.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-crutch.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://cjwean8yh8rp6"
|
||||
path="res://.godot/imported/aid-crutch.glb-4b22aeca529c7581c14bef5daa31732a.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-crutch.glb"
|
||||
dest_files=["res://.godot/imported/aid-crutch.glb-4b22aeca529c7581c14bef5daa31732a.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-defibrillator-green.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-defibrillator-green.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://qox264atcqs3"
|
||||
path="res://.godot/imported/aid-defibrillator-green.glb-f08c67d088f5fb0e41a68f59ff27dc66.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-defibrillator-green.glb"
|
||||
dest_files=["res://.godot/imported/aid-defibrillator-green.glb-f08c67d088f5fb0e41a68f59ff27dc66.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-defibrillator-red.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-defibrillator-red.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://blqhxcw1yopkp"
|
||||
path="res://.godot/imported/aid-defibrillator-red.glb-1925bdbb224291fdb7ecc7a635a3cc9a.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-defibrillator-red.glb"
|
||||
dest_files=["res://.godot/imported/aid-defibrillator-red.glb-1925bdbb224291fdb7ecc7a635a3cc9a.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-glasses.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://deucmqwlb5drd"
|
||||
path="res://.godot/imported/aid-glasses.glb-c6414d1c77101d47db6fbb2544d80e20.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-glasses.glb"
|
||||
dest_files=["res://.godot/imported/aid-glasses.glb-c6414d1c77101d47db6fbb2544d80e20.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-mask.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://c8as5w5i56qsn"
|
||||
path="res://.godot/imported/aid-mask.glb-61e67bbdb02aca9fab4d79ef79695866.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-mask.glb"
|
||||
dest_files=["res://.godot/imported/aid-mask.glb-61e67bbdb02aca9fab4d79ef79695866.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-sunglasses.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-sunglasses.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://deq0r3gnd6pwb"
|
||||
path="res://.godot/imported/aid-sunglasses.glb-e629828095d306b25700f6fc0076994b.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid-sunglasses.glb"
|
||||
dest_files=["res://.godot/imported/aid-sunglasses.glb-e629828095d306b25700f6fc0076994b.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/aid_hearing.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://b0daxwtmi5tex"
|
||||
path="res://.godot/imported/aid_hearing.glb-c3751a66b59023fe477032058928f519.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/aid_hearing.glb"
|
||||
dest_files=["res://.godot/imported/aid_hearing.glb-c3751a66b59023fe477032058928f519.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-a.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-a.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://bal0obonhulam"
|
||||
path="res://.godot/imported/character-female-a.glb-d324872693041fd93cda4247fb3a9799.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-a.glb"
|
||||
dest_files=["res://.godot/imported/character-female-a.glb-d324872693041fd93cda4247fb3a9799.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-b.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-b.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://bct2jtc8v5347"
|
||||
path="res://.godot/imported/character-female-b.glb-6d032a3156ef9f8c50c4016f69e8fd26.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-b.glb"
|
||||
dest_files=["res://.godot/imported/character-female-b.glb-6d032a3156ef9f8c50c4016f69e8fd26.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-c.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-c.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://c4exmxil5pvxc"
|
||||
path="res://.godot/imported/character-female-c.glb-f8688d6be5c3a41da889ad845ca802ca.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-c.glb"
|
||||
dest_files=["res://.godot/imported/character-female-c.glb-f8688d6be5c3a41da889ad845ca802ca.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-d.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-d.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://d4nlv675afjs8"
|
||||
path="res://.godot/imported/character-female-d.glb-560d0a754423f064d2102e7cad812c75.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-d.glb"
|
||||
dest_files=["res://.godot/imported/character-female-d.glb-560d0a754423f064d2102e7cad812c75.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-e.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-e.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://cdbwtkpa186sw"
|
||||
path="res://.godot/imported/character-female-e.glb-da3e530aba31870a70880d3faa021e29.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-e.glb"
|
||||
dest_files=["res://.godot/imported/character-female-e.glb-da3e530aba31870a70880d3faa021e29.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-f.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-f.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://ct2asxcosb2v8"
|
||||
path="res://.godot/imported/character-female-f.glb-59bc2054ebc6ee9821cbaf2a16427984.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-female-f.glb"
|
||||
dest_files=["res://.godot/imported/character-female-f.glb-59bc2054ebc6ee9821cbaf2a16427984.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-a.glb
vendored
Normal file
|
@ -3,13 +3,13 @@
|
|||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://bknn1mho4fp5d"
|
||||
path="res://.godot/imported/block-snow-low.glb-d74396bad7e23bc2425fd4a03a73b0f7.scn"
|
||||
uid="uid://cj4nlviebvfko"
|
||||
path="res://.godot/imported/character-male-a.glb-86d23a639d51394899797341fa689310.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/platformer-kit/Models/GLB format/block-snow-low.glb"
|
||||
dest_files=["res://.godot/imported/block-snow-low.glb-d74396bad7e23bc2425fd4a03a73b0f7.scn"]
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-a.glb"
|
||||
dest_files=["res://.godot/imported/character-male-a.glb-86d23a639d51394899797341fa689310.scn"]
|
||||
|
||||
[params]
|
||||
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-b.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-b.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://3guymd1xmorp"
|
||||
path="res://.godot/imported/character-male-b.glb-5f20a9a64b7752bafb8cc69b5196c620.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-b.glb"
|
||||
dest_files=["res://.godot/imported/character-male-b.glb-5f20a9a64b7752bafb8cc69b5196c620.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-c.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-c.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://dxpar6vo8hm4f"
|
||||
path="res://.godot/imported/character-male-c.glb-fcadf657cc8ce1b1266d1e6b794547f0.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-c.glb"
|
||||
dest_files=["res://.godot/imported/character-male-c.glb-fcadf657cc8ce1b1266d1e6b794547f0.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-d.glb
vendored
Normal file
|
@ -3,13 +3,13 @@
|
|||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://chvlhgx6i2c26"
|
||||
path="res://.godot/imported/block-grass-large-tall.glb-f030c501ab2bccf4c0179d872b341aad.scn"
|
||||
uid="uid://cf7fmtj7duoyi"
|
||||
path="res://.godot/imported/character-male-d.glb-63c9299f2d2afb64873f24470b3e11b9.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/kenney/platformer-kit/Models/GLB format/block-grass-large-tall.glb"
|
||||
dest_files=["res://.godot/imported/block-grass-large-tall.glb-f030c501ab2bccf4c0179d872b341aad.scn"]
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-d.glb"
|
||||
dest_files=["res://.godot/imported/character-male-d.glb-63c9299f2d2afb64873f24470b3e11b9.scn"]
|
||||
|
||||
[params]
|
||||
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-e.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-e.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://d33b2jkld5ue"
|
||||
path="res://.godot/imported/character-male-e.glb-f5634c387a83449f683c1405c02bfb68.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-e.glb"
|
||||
dest_files=["res://.godot/imported/character-male-e.glb-f5634c387a83449f683c1405c02bfb68.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-f.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-f.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://cglh558uohf4j"
|
||||
path="res://.godot/imported/character-male-f.glb-a89d369fe81bcc57d61dfe02ea0cd5cf.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/character-male-f.glb"
|
||||
dest_files=["res://.godot/imported/character-male-f.glb-a89d369fe81bcc57d61dfe02ea0cd5cf.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair-deluxe.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair-deluxe.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://mf7dh20iarr1"
|
||||
path="res://.godot/imported/wheelchair-deluxe.glb-993b90f0af43fdb8e3e3c869240f7960.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair-deluxe.glb"
|
||||
dest_files=["res://.godot/imported/wheelchair-deluxe.glb-993b90f0af43fdb8e3e3c869240f7960.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair-power-deluxe.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair-power-deluxe.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://bdw8wq27dvnbv"
|
||||
path="res://.godot/imported/wheelchair-power-deluxe.glb-8272a5d61df0932493af12daae26d51c.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair-power-deluxe.glb"
|
||||
dest_files=["res://.godot/imported/wheelchair-power-deluxe.glb-8272a5d61df0932493af12daae26d51c.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
BIN
assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair-power.glb
vendored
Normal file
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair-power.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://cf21r1n5ppeq0"
|
||||
path="res://.godot/imported/wheelchair-power.glb-4468973060d39d7dbe42235c1ebb8546.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair-power.glb"
|
||||
dest_files=["res://.godot/imported/wheelchair-power.glb-4468973060d39d7dbe42235c1ebb8546.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
34
assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair.glb.import
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://c0wugnq0v04f2"
|
||||
path="res://.godot/imported/wheelchair.glb-6cc63a036832acccd2b147a3924224df.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Models/GLB format/wheelchair.glb"
|
||||
dest_files=["res://.godot/imported/wheelchair.glb-6cc63a036832acccd2b147a3924224df.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
|
@ -0,0 +1,219 @@
|
|||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>Mini Characters 1</title>
|
||||
|
||||
<meta name="description" content="Game assets overview">
|
||||
<meta name="author" content="Kenney">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class='container header'><h1>Mini Characters 1</h1></div>
|
||||
|
||||
<div class='container content'>
|
||||
|
||||
<p><strong>Information</strong></p>
|
||||
|
||||
<p>Hover over models to show details, for the documentation see the <a target='_blank' href='https://kenney.nl/knowledge-base/game-assets-3d/importing-3d-models-into-game-engines'>knowledge base</a>.</p>
|
||||
|
||||
<p>
|
||||
<span class='data'><strong>Total objects:</strong> 26×</span><span class='data'><strong>Total animations:</strong> 384×</span>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class='container content'>
|
||||
|
||||
<p><strong>Textures</strong></p>
|
||||
|
||||
<p><a href='Models/FBX format/Textures/colormap.png' target='_blank' class='data no-padding'><span class='swatch' style='background-image: url("Models/FBX format/Textures/colormap.png")'></span>colormap</a></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class='container content'>
|
||||
|
||||
<p style='margin-bottom:2em'><strong>Models</strong></p>
|
||||
|
||||
<div title='132 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/aid-cane.png'/><br>aid-cane</div>
|
||||
<div title='84 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/aid-cane-blind.png'/><br>aid-cane-blind</div>
|
||||
<div title='92 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/aid-cane-low-vision.png'/><br>aid-cane-low-vision</div>
|
||||
<div title='256 vertices • 1 group(s) • 0 animation(s)' class='package'><img src='Previews/aid-crutch.png'/><br>aid-crutch</div>
|
||||
<div title='144 vertices • 1 group(s) • 0 animation(s)' class='package'><img src='Previews/aid-defibrillator-green.png'/><br>aid-defibrillator-green</div>
|
||||
<div title='144 vertices • 1 group(s) • 0 animation(s)' class='package'><img src='Previews/aid-defibrillator-red.png'/><br>aid-defibrillator-red</div>
|
||||
<div title='82 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/aid-glasses.png'/><br>aid-glasses</div>
|
||||
<div title='268 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/aid-mask.png'/><br>aid-mask</div>
|
||||
<div title='90 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/aid-sunglasses.png'/><br>aid-sunglasses</div>
|
||||
<div title='88 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/aid_hearing.png'/><br>aid_hearing</div>
|
||||
<div title='1576 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-female-a.png'/><br>character-female-a</div>
|
||||
<div title='1322 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-female-b.png'/><br>character-female-b</div>
|
||||
<div title='1322 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-female-c.png'/><br>character-female-c</div>
|
||||
<div title='1401 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-female-d.png'/><br>character-female-d</div>
|
||||
<div title='1270 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-female-e.png'/><br>character-female-e</div>
|
||||
<div title='1410 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-female-f.png'/><br>character-female-f</div>
|
||||
<div title='1259 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-male-a.png'/><br>character-male-a</div>
|
||||
<div title='1266 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-male-b.png'/><br>character-male-b</div>
|
||||
<div title='1455 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-male-c.png'/><br>character-male-c</div>
|
||||
<div title='1239 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-male-d.png'/><br>character-male-d</div>
|
||||
<div title='1208 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-male-e.png'/><br>character-male-e</div>
|
||||
<div title='1291 vertices • 1 group(s) • 32 animation(s)' class='package'><span class='animated'>Animated</span><img src='Previews/character-male-f.png'/><br>character-male-f</div>
|
||||
<div title='1058 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/wheelchair.png'/><br>wheelchair</div>
|
||||
<div title='1134 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/wheelchair-deluxe.png'/><br>wheelchair-deluxe</div>
|
||||
<div title='1446 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/wheelchair-power.png'/><br>wheelchair-power</div>
|
||||
<div title='1714 vertices • 0 group(s) • 0 animation(s)' class='package'><img src='Previews/wheelchair-power-deluxe.png'/><br>wheelchair-power-deluxe</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class='clear'></div>
|
||||
|
||||
<div class='container footer'>
|
||||
|
||||
Find more assets at Kenney <a href='https://kenney.nl/assets'>(www.kenney.nl)</a><br>
|
||||
|
||||
License: <a href='https://creativecommons.org/publicdomain/zero/1.0/'>CC0 1.0 Universal</a>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
<style>
|
||||
|
||||
body{
|
||||
|
||||
font-family:system-ui;
|
||||
font-size:0.9em;
|
||||
font-weight:600;
|
||||
|
||||
color:#d7d9da;
|
||||
background-color:#171B21;
|
||||
|
||||
margin-top:5em;
|
||||
margin-bottom:5em;
|
||||
|
||||
overflow-y:scroll;
|
||||
|
||||
}
|
||||
|
||||
h1{
|
||||
|
||||
color:#FFFFFF;
|
||||
font-family:sans-serif;
|
||||
margin-bottom:1.2em;
|
||||
|
||||
}
|
||||
|
||||
a{ color:#d7d9da; }
|
||||
a:hover{ color:#ffbe07; }
|
||||
|
||||
.container{
|
||||
|
||||
max-width:1120px;
|
||||
margin:0 auto;
|
||||
|
||||
}
|
||||
|
||||
.container.header{
|
||||
|
||||
text-align:center;
|
||||
margin-bottom:2.5em
|
||||
|
||||
}
|
||||
|
||||
.container.content{ margin-top:3em; }
|
||||
|
||||
.container.footer{
|
||||
|
||||
margin-top:1em;
|
||||
text-align:center
|
||||
|
||||
}
|
||||
|
||||
.package{
|
||||
|
||||
float:left;
|
||||
|
||||
width:12.5%;
|
||||
min-width:104px;
|
||||
|
||||
height:140px;
|
||||
|
||||
text-align:center;
|
||||
|
||||
color:#d7d9da;
|
||||
text-decoration:none;
|
||||
|
||||
font-size:12px;
|
||||
|
||||
position:relative;
|
||||
|
||||
}
|
||||
|
||||
.package img{
|
||||
|
||||
background-color:#2f333a;
|
||||
padding:8px 18px;
|
||||
border-radius:4px;
|
||||
|
||||
width:64px;
|
||||
margin-bottom:8px;
|
||||
|
||||
}
|
||||
|
||||
.package img:hover{ background-color:#ECECEC; }
|
||||
|
||||
.data{
|
||||
|
||||
color: #171b21;
|
||||
background-color: #d7d9da;
|
||||
padding: 0.3em 0.7em;
|
||||
border-radius: 0.2em;
|
||||
font-size: 90%;
|
||||
|
||||
margin-right:0.5em;
|
||||
text-decoration:none;
|
||||
|
||||
}
|
||||
|
||||
.data:hover{ background-color:#ffbe07; color:#171b21; }
|
||||
.no-padding{ padding-left:4px; }
|
||||
|
||||
.swatch{
|
||||
|
||||
display:inline-block;
|
||||
|
||||
width: 16px; height: 16px;
|
||||
vertical-align: text-top;
|
||||
border-radius: 0.2em;
|
||||
|
||||
margin-right: 8px;
|
||||
|
||||
box-shadow: 0px 1px 2px #00000070;
|
||||
|
||||
background-size:cover;
|
||||
|
||||
}
|
||||
|
||||
.animated{
|
||||
|
||||
position: absolute;
|
||||
color: #171b21;
|
||||
background-color: #ffbe07;
|
||||
padding: 1px 5px;
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
border-radius: 2px;
|
||||
pointer-events: none;
|
||||
|
||||
}
|
||||
|
||||
.clear{ clear:both; height:8em }
|
||||
|
||||
</style>
|
||||
|
||||
</html>
|
After Width: | Height: | Size: 104 KiB |
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://caigh3vxkpd8d"
|
||||
path="res://.godot/imported/Preview.png-3988cd0a1338d9e488c47d1ec8cbf85e.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/3rdparty/kenney/mini-characters/Preview.png"
|
||||
dest_files=["res://.godot/imported/Preview.png-3988cd0a1338d9e488c47d1ec8cbf85e.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
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=1
|
|
@ -0,0 +1,6 @@
|
|||
[InternetShortcut]
|
||||
URL=https://kenney.nl/knowledge-base/game-assets-3d/importing-3d-models-into-game-engines
|
||||
IDList=
|
||||
HotKey=0
|
||||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,11
|
|
@ -0,0 +1,6 @@
|
|||
[InternetShortcut]
|
||||
URL=https://kenney.nl/
|
||||
IDList=
|
||||
HotKey=0
|
||||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,11
|