Skip to content

Commit b15b723

Browse files
committed
add 6th Yarwin suggestion:
"We can use register-docs feature"
1 parent e1cf6fc commit b15b723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

squash-the-creeps/godot/player.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[gd_scene load_steps=7 format=3 uid="uid://bvlv4saytitbk"]
22

3-
[ext_resource type="PackedScene" uid="uid://ddyx1ju3dch3p" path="res://art/player.glb" id="1_4flbx"]
3+
[ext_resource type="PackedScene" uid="uid://4xsrmponyl2x" path="res://art/player.glb" id="1_4flbx"]
44

55
[sub_resource type="SphereShape3D" id="SphereShape3D_onrkg"]
66
radius = 0.8

squash-the-creeps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
rand = "0.9.0"
14-
godot = { git = "https://github.com/godot-rust/gdext.git", branch = "master" }
14+
godot = { git = "https://github.com/godot-rust/gdext.git", branch = "master", features = ["register-docs"]}
1515
# For Wasm, feature "experimental-wasm" can be added, but this is already done in build-wasm.sh script.

0 commit comments

Comments
 (0)