mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Comment out a few print statements.
This commit is contained in:
parent
0bef0a2339
commit
599034c568
@ -9,11 +9,11 @@ func load_module():
|
|||||||
|
|
||||||
ESS.resource_db.add_entity_resource_db(resource_db)
|
ESS.resource_db.add_entity_resource_db(resource_db)
|
||||||
|
|
||||||
var r : ESSResourceDB = ESS.resource_db
|
# var r : ESSResourceDB = ESS.resource_db
|
||||||
|
#
|
||||||
for e in r.get_entity_datas():
|
# for e in r.get_entity_datas():
|
||||||
print(e.resource_path)
|
# print(e.resource_path)
|
||||||
print(e.get_id())
|
# print(e.get_id())
|
||||||
|
|
||||||
# for s in r.get_spells():
|
# for s in r.get_spells():
|
||||||
# print(s.resource_name)
|
# print(s.resource_name)
|
||||||
|
Loading…
Reference in New Issue
Block a user