oberien / refunct-tas

Tool for Tool assisted Speedruns for the game Refunct
31 stars 8 forks source link

Add world options #320

Closed LukeSaward1 closed 6 months ago

LukeSaward1 commented 8 months ago

Resolves #306 Resolves #128

LukeSaward1 commented 7 months ago

Also given all the field indirections, it might make sense to implement a function like field(&str) on DynamicValue which accesses the respective field if the DynamicValue is an Object or Struct and returns a new DynamicValue, panicking otherwise.

Will do this in another PR I think